From c85f5ed03b880b7c158f8221cab9719b5bcbaf54 Mon Sep 17 00:00:00 2001 From: copygirl Date: Thu, 28 Jul 2022 08:46:28 +0200 Subject: [PATCH] Properly disable uncrafting table --- config/jei/blacklist.cfg | 1 + config/twilightforest-common.toml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/config/jei/blacklist.cfg b/config/jei/blacklist.cfg index 5125d32..576c690 100644 --- a/config/jei/blacklist.cfg +++ b/config/jei/blacklist.cfg @@ -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 diff --git a/config/twilightforest-common.toml b/config/twilightforest-common.toml index ae651f9..f5645e0 100644 --- a/config/twilightforest-common.toml +++ b/config/twilightforest-common.toml @@ -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