Properly disable uncrafting table

pull/1/head
copygirl 2 years ago
parent e6a68f0e0a
commit c85f5ed03b
  1. 1
      config/jei/blacklist.cfg
  2. 4
      config/twilightforest-common.toml

@ -2389,6 +2389,7 @@ twilightforest:swarm_spider_spawn_egg
twilightforest:tiny_bird_spawn_egg
twilightforest:towerwood_borer_spawn_egg
twilightforest:troll_spawn_egg
twilightforest:uncrafting_table
twilightforest:unstable_ice_core_spawn_egg
twilightforest:ur_ghast_boss_spawner
twilightforest:ur_ghast_spawn_egg

@ -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

Loading…
Cancel
Save