|
|
|
@ -62,9 +62,9 @@ skull_candles = false |
|
|
|
|
#Here, you can disable all items from certain mods from being uncrafted. |
|
|
|
|
#Input a valid mod id to disable all uncrafting recipes from that mod. |
|
|
|
|
#Example: "twilightforest" will disable all uncrafting recipes from this mod. |
|
|
|
|
blacklistedUncraftingModIds = [ "minecraft", "twilightforest" ] |
|
|
|
|
blacklistedUncraftingModIds = [] |
|
|
|
|
#If true, this will invert the above option from a blacklist to a whitelist. |
|
|
|
|
flipIdList = true |
|
|
|
|
flipIdList = false |
|
|
|
|
#Disable the uncrafting function of the uncrafting table. Recommended as a last resort if there's too many things to change about its behavior. |
|
|
|
|
disableUncrafting = true |
|
|
|
|
|
|
|
|
|