diff --git a/modrinth.index.json b/modrinth.index.json index 841b3a7..95b7500 100644 --- a/modrinth.index.json +++ b/modrinth.index.json @@ -37,6 +37,21 @@ "sha512": "762ee17c4d8fc07c6fac552864550534eba3c89dea2c22cf2e79c7abec398570d9992074bd12b1521a89aa472e703d2d969a7b7b7a7d0c75e975becccd3e8e3a" }, "path": "mods/item-components-1.1+1.21.jar" + }, + { + "downloads": [ + "https://cdn.modrinth.com/data/91hOfmS6/versions/YoDcA59K/bundle-backportish-1.1.5%2Bmc1.21.1.jar" + ], + "env": { + "client": "required", + "server": "required" + }, + "fileSize": 88699, + "hashes": { + "sha1": "442dddf7374c2e6c90314ed62223184cffcc9f8f", + "sha512": "dc1299e46760cab41dc118a2bd411772006c9f58d79ed4e562ddb22739d68550760f025e9fe764cd39d5623cdf77448859ac15dc432138c7c6ecb3d74d6407ab" + }, + "path": "mods/bundle-backportish-1.1.5+mc1.21.1.jar" } ] } diff --git a/overrides/global_packs/mc_rebalance_datapack/data/bundle-backportish/recipe/bundle.json b/overrides/global_packs/mc_rebalance_datapack/data/bundle-backportish/recipe/bundle.json new file mode 100644 index 0000000..9113922 --- /dev/null +++ b/overrides/global_packs/mc_rebalance_datapack/data/bundle-backportish/recipe/bundle.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "equipment", + "key": { + "#": { + "item": "minecraft:rabbit_hide" + }, + "%": { + "item": "minecraft:string" + } + }, + "pattern": [ + "%", + "#" + ], + "result": { + "count": 1, + "id": "minecraft:bundle" + } +} diff --git a/overrides/global_packs/mc_rebalance_datapack/data/bundle-backportish/recipe/smithing_dye/black.json b/overrides/global_packs/mc_rebalance_datapack/data/bundle-backportish/recipe/smithing_dye/black.json new file mode 100644 index 0000000..eae2056 --- /dev/null +++ b/overrides/global_packs/mc_rebalance_datapack/data/bundle-backportish/recipe/smithing_dye/black.json @@ -0,0 +1,13 @@ +{ + "type": "minecraft:smithing_transform", + "template": [], + "base": { + "tag": "bundle-backportish:bundles" + }, + "addition": { + "item": "minecraft:black_dye" + }, + "result": { + "id": "bundle-backportish:black_bundle" + } +} diff --git a/overrides/global_packs/mc_rebalance_datapack/data/bundle-backportish/recipe/smithing_dye/blue.json b/overrides/global_packs/mc_rebalance_datapack/data/bundle-backportish/recipe/smithing_dye/blue.json new file mode 100644 index 0000000..8f0a05c --- /dev/null +++ b/overrides/global_packs/mc_rebalance_datapack/data/bundle-backportish/recipe/smithing_dye/blue.json @@ -0,0 +1,13 @@ +{ + "type": "minecraft:smithing_transform", + "template": [], + "base": { + "tag": "bundle-backportish:bundles" + }, + "addition": { + "item": "minecraft:blue_dye" + }, + "result": { + "id": "bundle-backportish:blue_bundle" + } +} diff --git a/overrides/global_packs/mc_rebalance_datapack/data/bundle-backportish/recipe/smithing_dye/brown.json b/overrides/global_packs/mc_rebalance_datapack/data/bundle-backportish/recipe/smithing_dye/brown.json new file mode 100644 index 0000000..a81c7eb --- /dev/null +++ b/overrides/global_packs/mc_rebalance_datapack/data/bundle-backportish/recipe/smithing_dye/brown.json @@ -0,0 +1,13 @@ +{ + "type": "minecraft:smithing_transform", + "template": [], + "base": { + "tag": "bundle-backportish:bundles" + }, + "addition": { + "item": "minecraft:brown_dye" + }, + "result": { + "id": "bundle-backportish:brown_bundle" + } +} diff --git a/overrides/global_packs/mc_rebalance_datapack/data/bundle-backportish/recipe/smithing_dye/cyan.json b/overrides/global_packs/mc_rebalance_datapack/data/bundle-backportish/recipe/smithing_dye/cyan.json new file mode 100644 index 0000000..5308de1 --- /dev/null +++ b/overrides/global_packs/mc_rebalance_datapack/data/bundle-backportish/recipe/smithing_dye/cyan.json @@ -0,0 +1,13 @@ +{ + "type": "minecraft:smithing_transform", + "template": [], + "base": { + "tag": "bundle-backportish:bundles" + }, + "addition": { + "item": "minecraft:cyan_dye" + }, + "result": { + "id": "bundle-backportish:cyan_bundle" + } +} diff --git a/overrides/global_packs/mc_rebalance_datapack/data/bundle-backportish/recipe/smithing_dye/gray.json b/overrides/global_packs/mc_rebalance_datapack/data/bundle-backportish/recipe/smithing_dye/gray.json new file mode 100644 index 0000000..fe219f1 --- /dev/null +++ b/overrides/global_packs/mc_rebalance_datapack/data/bundle-backportish/recipe/smithing_dye/gray.json @@ -0,0 +1,13 @@ +{ + "type": "minecraft:smithing_transform", + "template": [], + "base": { + "tag": "bundle-backportish:bundles" + }, + "addition": { + "item": "minecraft:gray_dye" + }, + "result": { + "id": "bundle-backportish:gray_bundle" + } +} diff --git a/overrides/global_packs/mc_rebalance_datapack/data/bundle-backportish/recipe/smithing_dye/green.json b/overrides/global_packs/mc_rebalance_datapack/data/bundle-backportish/recipe/smithing_dye/green.json new file mode 100644 index 0000000..77977a9 --- /dev/null +++ b/overrides/global_packs/mc_rebalance_datapack/data/bundle-backportish/recipe/smithing_dye/green.json @@ -0,0 +1,13 @@ +{ + "type": "minecraft:smithing_transform", + "template": [], + "base": { + "tag": "bundle-backportish:bundles" + }, + "addition": { + "item": "minecraft:green_dye" + }, + "result": { + "id": "bundle-backportish:green_bundle" + } +} diff --git a/overrides/global_packs/mc_rebalance_datapack/data/bundle-backportish/recipe/smithing_dye/light_blue.json b/overrides/global_packs/mc_rebalance_datapack/data/bundle-backportish/recipe/smithing_dye/light_blue.json new file mode 100644 index 0000000..fe23a6b --- /dev/null +++ b/overrides/global_packs/mc_rebalance_datapack/data/bundle-backportish/recipe/smithing_dye/light_blue.json @@ -0,0 +1,13 @@ +{ + "type": "minecraft:smithing_transform", + "template": [], + "base": { + "tag": "bundle-backportish:bundles" + }, + "addition": { + "item": "minecraft:light_blue_dye" + }, + "result": { + "id": "bundle-backportish:light_blue_bundle" + } +} diff --git a/overrides/global_packs/mc_rebalance_datapack/data/bundle-backportish/recipe/smithing_dye/light_gray.json b/overrides/global_packs/mc_rebalance_datapack/data/bundle-backportish/recipe/smithing_dye/light_gray.json new file mode 100644 index 0000000..aaa1bf8 --- /dev/null +++ b/overrides/global_packs/mc_rebalance_datapack/data/bundle-backportish/recipe/smithing_dye/light_gray.json @@ -0,0 +1,13 @@ +{ + "type": "minecraft:smithing_transform", + "template": [], + "base": { + "tag": "bundle-backportish:bundles" + }, + "addition": { + "item": "minecraft:light_gray_dye" + }, + "result": { + "id": "bundle-backportish:light_gray_bundle" + } +} diff --git a/overrides/global_packs/mc_rebalance_datapack/data/bundle-backportish/recipe/smithing_dye/lime.json b/overrides/global_packs/mc_rebalance_datapack/data/bundle-backportish/recipe/smithing_dye/lime.json new file mode 100644 index 0000000..48a8104 --- /dev/null +++ b/overrides/global_packs/mc_rebalance_datapack/data/bundle-backportish/recipe/smithing_dye/lime.json @@ -0,0 +1,13 @@ +{ + "type": "minecraft:smithing_transform", + "template": [], + "base": { + "tag": "bundle-backportish:bundles" + }, + "addition": { + "item": "minecraft:lime_dye" + }, + "result": { + "id": "bundle-backportish:lime_bundle" + } +} diff --git a/overrides/global_packs/mc_rebalance_datapack/data/bundle-backportish/recipe/smithing_dye/magenta.json b/overrides/global_packs/mc_rebalance_datapack/data/bundle-backportish/recipe/smithing_dye/magenta.json new file mode 100644 index 0000000..6c20cd1 --- /dev/null +++ b/overrides/global_packs/mc_rebalance_datapack/data/bundle-backportish/recipe/smithing_dye/magenta.json @@ -0,0 +1,13 @@ +{ + "type": "minecraft:smithing_transform", + "template": [], + "base": { + "tag": "bundle-backportish:bundles" + }, + "addition": { + "item": "minecraft:magenta_dye" + }, + "result": { + "id": "bundle-backportish:magenta_bundle" + } +} diff --git a/overrides/global_packs/mc_rebalance_datapack/data/bundle-backportish/recipe/smithing_dye/orange.json b/overrides/global_packs/mc_rebalance_datapack/data/bundle-backportish/recipe/smithing_dye/orange.json new file mode 100644 index 0000000..8e3750c --- /dev/null +++ b/overrides/global_packs/mc_rebalance_datapack/data/bundle-backportish/recipe/smithing_dye/orange.json @@ -0,0 +1,13 @@ +{ + "type": "minecraft:smithing_transform", + "template": [], + "base": { + "tag": "bundle-backportish:bundles" + }, + "addition": { + "item": "minecraft:orange_dye" + }, + "result": { + "id": "bundle-backportish:orange_bundle" + } +} diff --git a/overrides/global_packs/mc_rebalance_datapack/data/bundle-backportish/recipe/smithing_dye/pink.json b/overrides/global_packs/mc_rebalance_datapack/data/bundle-backportish/recipe/smithing_dye/pink.json new file mode 100644 index 0000000..e302123 --- /dev/null +++ b/overrides/global_packs/mc_rebalance_datapack/data/bundle-backportish/recipe/smithing_dye/pink.json @@ -0,0 +1,13 @@ +{ + "type": "minecraft:smithing_transform", + "template": [], + "base": { + "tag": "bundle-backportish:bundles" + }, + "addition": { + "item": "minecraft:pink_dye" + }, + "result": { + "id": "bundle-backportish:pink_bundle" + } +} diff --git a/overrides/global_packs/mc_rebalance_datapack/data/bundle-backportish/recipe/smithing_dye/purple.json b/overrides/global_packs/mc_rebalance_datapack/data/bundle-backportish/recipe/smithing_dye/purple.json new file mode 100644 index 0000000..4b33ea7 --- /dev/null +++ b/overrides/global_packs/mc_rebalance_datapack/data/bundle-backportish/recipe/smithing_dye/purple.json @@ -0,0 +1,13 @@ +{ + "type": "minecraft:smithing_transform", + "template": [], + "base": { + "tag": "bundle-backportish:bundles" + }, + "addition": { + "item": "minecraft:purple_dye" + }, + "result": { + "id": "bundle-backportish:purple_bundle" + } +} diff --git a/overrides/global_packs/mc_rebalance_datapack/data/bundle-backportish/recipe/smithing_dye/red.json b/overrides/global_packs/mc_rebalance_datapack/data/bundle-backportish/recipe/smithing_dye/red.json new file mode 100644 index 0000000..d343bc5 --- /dev/null +++ b/overrides/global_packs/mc_rebalance_datapack/data/bundle-backportish/recipe/smithing_dye/red.json @@ -0,0 +1,13 @@ +{ + "type": "minecraft:smithing_transform", + "template": [], + "base": { + "tag": "bundle-backportish:bundles" + }, + "addition": { + "item": "minecraft:red_dye" + }, + "result": { + "id": "bundle-backportish:red_bundle" + } +} diff --git a/overrides/global_packs/mc_rebalance_datapack/data/bundle-backportish/recipe/smithing_dye/white.json b/overrides/global_packs/mc_rebalance_datapack/data/bundle-backportish/recipe/smithing_dye/white.json new file mode 100644 index 0000000..757cc4a --- /dev/null +++ b/overrides/global_packs/mc_rebalance_datapack/data/bundle-backportish/recipe/smithing_dye/white.json @@ -0,0 +1,13 @@ +{ + "type": "minecraft:smithing_transform", + "template": [], + "base": { + "tag": "bundle-backportish:bundles" + }, + "addition": { + "item": "minecraft:white_dye" + }, + "result": { + "id": "bundle-backportish:white_bundle" + } +} diff --git a/overrides/global_packs/mc_rebalance_datapack/data/bundle-backportish/recipe/smithing_dye/yellow.json b/overrides/global_packs/mc_rebalance_datapack/data/bundle-backportish/recipe/smithing_dye/yellow.json new file mode 100644 index 0000000..3d12b34 --- /dev/null +++ b/overrides/global_packs/mc_rebalance_datapack/data/bundle-backportish/recipe/smithing_dye/yellow.json @@ -0,0 +1,13 @@ +{ + "type": "minecraft:smithing_transform", + "template": [], + "base": { + "tag": "bundle-backportish:bundles" + }, + "addition": { + "item": "minecraft:yellow_dye" + }, + "result": { + "id": "bundle-backportish:yellow_bundle" + } +} diff --git a/overrides/global_packs/mc_rebalance_datapack/data/bundle-backportish/tags/item/bundles.json b/overrides/global_packs/mc_rebalance_datapack/data/bundle-backportish/tags/item/bundles.json new file mode 100644 index 0000000..56c476f --- /dev/null +++ b/overrides/global_packs/mc_rebalance_datapack/data/bundle-backportish/tags/item/bundles.json @@ -0,0 +1,21 @@ +{ + "values": [ + "minecraft:bundle", + "bundle-backportish:red_bundle", + "bundle-backportish:black_bundle", + "bundle-backportish:blue_bundle", + "bundle-backportish:brown_bundle", + "bundle-backportish:cyan_bundle", + "bundle-backportish:gray_bundle", + "bundle-backportish:green_bundle", + "bundle-backportish:light_blue_bundle", + "bundle-backportish:light_gray_bundle", + "bundle-backportish:lime_bundle", + "bundle-backportish:magenta_bundle", + "bundle-backportish:orange_bundle", + "bundle-backportish:pink_bundle", + "bundle-backportish:purple_bundle", + "bundle-backportish:white_bundle", + "bundle-backportish:yellow_bundle" + ] +} diff --git a/overrides/global_packs/mc_rebalance_datapack/pack.mcmeta b/overrides/global_packs/mc_rebalance_datapack/pack.mcmeta index c8224d5..dbe0c40 100644 --- a/overrides/global_packs/mc_rebalance_datapack/pack.mcmeta +++ b/overrides/global_packs/mc_rebalance_datapack/pack.mcmeta @@ -12,6 +12,10 @@ { "namespace": "minecraft", "path": "recipe/wooden" + }, + { + "namespace": "bundle-backportish", + "path": "recipe/bundle_coloring.json" } ] }