-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6d5ebbb
commit c23f188
Showing
3 changed files
with
134 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
|
||
[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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
filename = 'ToolBelt-1.20-1.20.0.jar' | ||
name = 'Tool Belt' | ||
side = 'both' | ||
|
||
[download] | ||
hash = '38010bc1cdd90aa7c3f29fb9800ea459dd47c369' | ||
hash-format = 'sha1' | ||
mode = 'metadata:curseforge' | ||
url = '' | ||
|
||
[update.curseforge] | ||
file-id = 4581167 | ||
project-id = 260262 |