Clean slate

This commit is contained in:
bytegrip
2025-11-08 17:53:47 +02:00
commit a919c8717e
944 changed files with 134472 additions and 0 deletions

View File

@@ -0,0 +1,32 @@
# Configuration file
general {
# Blacklist dimensions from the JEI profiling scan
I:dimensionsBlacklist <
-11
>
# The build in compat code will not load and jsons will be loaded (requires MC restart)
B:diyData=true
# Blacklist enchants from the JEI Enchants View
S:enchantsBlacklist <
flimflam
soulBound
>
# Tabs added by JER are 'dungeon', 'enchantment', 'mob', 'villager', worldgen' and 'plant'
S:hiddenTabs <
>
# Changes the amount of items per column in the JEI dungeon and mob views
I:itemsPerColumn=4
# Changes the amount of items per row in the JEI dungeon view
I:itemsPerRow=4
# Mainly for pack devs. Features include but not limited to avg. blocks per chuck, entity ids, ...
B:showDevData=false
}