sierra-modpack/config-source/thaumicjei.cfg

22 lines
848 B
INI
Raw Permalink Normal View History

2023-01-24 01:54:35 -07:00
# Configuration file
general {
# If true the Aspect from ItemStack json will be created always on startup, if false if will be only be created if it doesn't exist
B:alwaysRecreateAspectFromItemStackFile=true
# Items blacklisted from the checking in the Aspect For ItemStack. Format: 'minecraft:stone'
S:blacklistedFromAspectChecking <
>
# Allow the scanning of all items in game to show what items can make aspects. WARNING: This can be performance heavy but it won't add load time to the pack, everything is done in a new thread and it might take a while to appear in game!
B:enableAspectFromItemStacks=true
# Allow to render the ItemStacks aspects in all GUI
B:forceAspectTooltipInAllGUI=true
# Hide recipes from JEI if you don't have the research for it
B:hideRecipesIfMissingResearch=false
}