From 59665578b11685ef9bee43e52ed43733cede9760 Mon Sep 17 00:00:00 2001 From: TDLaouer Date: Wed, 8 Oct 2025 00:22:22 +0200 Subject: [PATCH] add crafting tweaks --- config/inventoryprofilesnext/inventoryprofiles.json | 3 --- index.toml | 5 +++++ mods/crafting-tweaks.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 4 files changed, 19 insertions(+), 4 deletions(-) create mode 100644 mods/crafting-tweaks.pw.toml diff --git a/config/inventoryprofilesnext/inventoryprofiles.json b/config/inventoryprofilesnext/inventoryprofiles.json index 627e12f..6a8b765 100644 --- a/config/inventoryprofilesnext/inventoryprofiles.json +++ b/config/inventoryprofilesnext/inventoryprofiles.json @@ -3,9 +3,6 @@ "first_run": false }, "GuiSettings": { - "enable_inventory_settings_button": { - "value": false - }, "continuous_crafting_saved_value": false }, "AutoRefillSettings": { diff --git a/index.toml b/index.toml index b331d2c..9d46838 100644 --- a/index.toml +++ b/index.toml @@ -108,6 +108,11 @@ file = "mods/convenient-mobgriefing.pw.toml" hash = "30572b894b2e3a4f87968217718446f1018e67a5b6efdfe5c925e4f8c5da4f6e" metafile = true +[[files]] +file = "mods/crafting-tweaks.pw.toml" +hash = "c57d916205ee03624a07c0fa783e75ec9fc03b509e4aee7e7ac7c91506ae3460" +metafile = true + [[files]] file = "mods/cubes-without-borders.pw.toml" hash = "a90139b002d632ba9256cb3e7e877945bf8e3afa5b191d1adc83c5e3eb72da4c" diff --git a/mods/crafting-tweaks.pw.toml b/mods/crafting-tweaks.pw.toml new file mode 100644 index 0000000..452abf8 --- /dev/null +++ b/mods/crafting-tweaks.pw.toml @@ -0,0 +1,13 @@ +name = "Crafting Tweaks" +filename = "craftingtweaks-fabric-1.21.8-21.8.2.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/DMu0oBKf/versions/6lHrJlho/craftingtweaks-fabric-1.21.8-21.8.2.jar" +hash-format = "sha512" +hash = "82a81bce5f4d2e6e6720601ec0368d99a1335af43aa0fe552468ca217fc67fc50fe385f6d8982b70be032e0a0b63b0f1c92862fba215652965fbf8f4b86b740e" + +[update] +[update.modrinth] +mod-id = "DMu0oBKf" +version = "6lHrJlho" diff --git a/pack.toml b/pack.toml index f0b4258..2119f26 100644 --- a/pack.toml +++ b/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "1065ec040c03877d3cafd375ec84654bd978204dcf617a3b145a1127ffd1d63d" +hash = "a29471a5ff29fda5a3a6ed67828b2d9b5108b7faa6e5349dbef0ddf713d76502" [versions] fabric = "0.17.2"