This repository has been archived on 2023-11-02. You can view files and clone it, but cannot push or open issues or pull requests.
jland-packwiz-pack/config/toolbelt-common.toml
2023-11-02 12:32:44 -05:00

15 lines
741 B
TOML

[general]
#If set to FALSE, support for sewing recipes will not be enabled regardless of the mod's presence.
enableSewingKitSupport = true
#If AUTO, the crafting and upgrade recipes will use the Sewing mechanics if the Sewing Kit mod is present. Off disables anvil upgrading regardless.
#Allowed Values: OFF, AUTO, ON
anvilUpgrading = "AUTO"
#If AUTO, the belt and pouch crafting recipes will be disabled if the Sewing Kit mod is present, sewing recipes will be used instead.
#Allowed Values: OFF, AUTO, ON
enableGridCraftingRecipes = "AUTO"
#If AUTO, the belt slot will be disabled if Curios is present. If OFF, the belt slot will be disabled permanently.
#Allowed Values: OFF, AUTO, ON
customBeltSlotMode = "ON"