diff --git a/overrides/config/vanillabackport-common.toml b/overrides/config/vanillabackport-common.toml index ceea3e8..ad1ca76 100644 --- a/overrides/config/vanillabackport-common.toml +++ b/overrides/config/vanillabackport-common.toml @@ -1,7 +1,7 @@ ["Bundles of Bravery"] #toggle the updated controls and UI for bundles - has_updated_bundles = false + has_updated_bundles = true #allow bundles to appear on chests at villages bundle_loot = true diff --git a/overrides/global_packs/mc_rebalance_datapack/data/vanillabackport/recipe/smithing_dye/black.json b/overrides/global_packs/mc_rebalance_datapack/data/vanillabackport/recipe/smithing_dye/black.json deleted file mode 100644 index cc77115..0000000 --- a/overrides/global_packs/mc_rebalance_datapack/data/vanillabackport/recipe/smithing_dye/black.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "type": "minecraft:smithing_transform", - "template": [], - "base": { - "tag": "minecraft:bundles" - }, - "addition": { - "item": "minecraft:black_dye" - }, - "result": { - "id": "minecraft:black_bundle" - } -} diff --git a/overrides/global_packs/mc_rebalance_datapack/data/vanillabackport/recipe/smithing_dye/blue.json b/overrides/global_packs/mc_rebalance_datapack/data/vanillabackport/recipe/smithing_dye/blue.json deleted file mode 100644 index 99a152e..0000000 --- a/overrides/global_packs/mc_rebalance_datapack/data/vanillabackport/recipe/smithing_dye/blue.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "type": "minecraft:smithing_transform", - "template": [], - "base": { - "tag": "minecraft:bundles" - }, - "addition": { - "item": "minecraft:blue_dye" - }, - "result": { - "id": "minecraft:blue_bundle" - } -} diff --git a/overrides/global_packs/mc_rebalance_datapack/data/vanillabackport/recipe/smithing_dye/brown.json b/overrides/global_packs/mc_rebalance_datapack/data/vanillabackport/recipe/smithing_dye/brown.json deleted file mode 100644 index c519b58..0000000 --- a/overrides/global_packs/mc_rebalance_datapack/data/vanillabackport/recipe/smithing_dye/brown.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "type": "minecraft:smithing_transform", - "template": [], - "base": { - "tag": "minecraft:bundles" - }, - "addition": { - "item": "minecraft:brown_dye" - }, - "result": { - "id": "minecraft:brown_bundle" - } -} diff --git a/overrides/global_packs/mc_rebalance_datapack/data/vanillabackport/recipe/smithing_dye/cyan.json b/overrides/global_packs/mc_rebalance_datapack/data/vanillabackport/recipe/smithing_dye/cyan.json deleted file mode 100644 index 4341e56..0000000 --- a/overrides/global_packs/mc_rebalance_datapack/data/vanillabackport/recipe/smithing_dye/cyan.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "type": "minecraft:smithing_transform", - "template": [], - "base": { - "tag": "minecraft:bundles" - }, - "addition": { - "item": "minecraft:cyan_dye" - }, - "result": { - "id": "minecraft:cyan_bundle" - } -} diff --git a/overrides/global_packs/mc_rebalance_datapack/data/vanillabackport/recipe/smithing_dye/gray.json b/overrides/global_packs/mc_rebalance_datapack/data/vanillabackport/recipe/smithing_dye/gray.json deleted file mode 100644 index dc7d712..0000000 --- a/overrides/global_packs/mc_rebalance_datapack/data/vanillabackport/recipe/smithing_dye/gray.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "type": "minecraft:smithing_transform", - "template": [], - "base": { - "tag": "minecraft:bundles" - }, - "addition": { - "item": "minecraft:gray_dye" - }, - "result": { - "id": "minecraft:gray_bundle" - } -} diff --git a/overrides/global_packs/mc_rebalance_datapack/data/vanillabackport/recipe/smithing_dye/green.json b/overrides/global_packs/mc_rebalance_datapack/data/vanillabackport/recipe/smithing_dye/green.json deleted file mode 100644 index a02e823..0000000 --- a/overrides/global_packs/mc_rebalance_datapack/data/vanillabackport/recipe/smithing_dye/green.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "type": "minecraft:smithing_transform", - "template": [], - "base": { - "tag": "minecraft:bundles" - }, - "addition": { - "item": "minecraft:green_dye" - }, - "result": { - "id": "minecraft:green_bundle" - } -} diff --git a/overrides/global_packs/mc_rebalance_datapack/data/vanillabackport/recipe/smithing_dye/light_blue.json b/overrides/global_packs/mc_rebalance_datapack/data/vanillabackport/recipe/smithing_dye/light_blue.json deleted file mode 100644 index 3f3af67..0000000 --- a/overrides/global_packs/mc_rebalance_datapack/data/vanillabackport/recipe/smithing_dye/light_blue.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "type": "minecraft:smithing_transform", - "template": [], - "base": { - "tag": "minecraft:bundles" - }, - "addition": { - "item": "minecraft:light_blue_dye" - }, - "result": { - "id": "minecraft:light_blue_bundle" - } -} diff --git a/overrides/global_packs/mc_rebalance_datapack/data/vanillabackport/recipe/smithing_dye/light_gray.json b/overrides/global_packs/mc_rebalance_datapack/data/vanillabackport/recipe/smithing_dye/light_gray.json deleted file mode 100644 index c70fd24..0000000 --- a/overrides/global_packs/mc_rebalance_datapack/data/vanillabackport/recipe/smithing_dye/light_gray.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "type": "minecraft:smithing_transform", - "template": [], - "base": { - "tag": "minecraft:bundles" - }, - "addition": { - "item": "minecraft:light_gray_dye" - }, - "result": { - "id": "minecraft:light_gray_bundle" - } -} diff --git a/overrides/global_packs/mc_rebalance_datapack/data/vanillabackport/recipe/smithing_dye/lime.json b/overrides/global_packs/mc_rebalance_datapack/data/vanillabackport/recipe/smithing_dye/lime.json deleted file mode 100644 index a87cec9..0000000 --- a/overrides/global_packs/mc_rebalance_datapack/data/vanillabackport/recipe/smithing_dye/lime.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "type": "minecraft:smithing_transform", - "template": [], - "base": { - "tag": "minecraft:bundles" - }, - "addition": { - "item": "minecraft:lime_dye" - }, - "result": { - "id": "minecraft:lime_bundle" - } -} diff --git a/overrides/global_packs/mc_rebalance_datapack/data/vanillabackport/recipe/smithing_dye/magenta.json b/overrides/global_packs/mc_rebalance_datapack/data/vanillabackport/recipe/smithing_dye/magenta.json deleted file mode 100644 index 9701e7f..0000000 --- a/overrides/global_packs/mc_rebalance_datapack/data/vanillabackport/recipe/smithing_dye/magenta.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "type": "minecraft:smithing_transform", - "template": [], - "base": { - "tag": "minecraft:bundles" - }, - "addition": { - "item": "minecraft:magenta_dye" - }, - "result": { - "id": "minecraft:magenta_bundle" - } -} diff --git a/overrides/global_packs/mc_rebalance_datapack/data/vanillabackport/recipe/smithing_dye/orange.json b/overrides/global_packs/mc_rebalance_datapack/data/vanillabackport/recipe/smithing_dye/orange.json deleted file mode 100644 index f354ee6..0000000 --- a/overrides/global_packs/mc_rebalance_datapack/data/vanillabackport/recipe/smithing_dye/orange.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "type": "minecraft:smithing_transform", - "template": [], - "base": { - "tag": "minecraft:bundles" - }, - "addition": { - "item": "minecraft:orange_dye" - }, - "result": { - "id": "minecraft:orange_bundle" - } -} diff --git a/overrides/global_packs/mc_rebalance_datapack/data/vanillabackport/recipe/smithing_dye/pink.json b/overrides/global_packs/mc_rebalance_datapack/data/vanillabackport/recipe/smithing_dye/pink.json deleted file mode 100644 index 9c9b8b1..0000000 --- a/overrides/global_packs/mc_rebalance_datapack/data/vanillabackport/recipe/smithing_dye/pink.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "type": "minecraft:smithing_transform", - "template": [], - "base": { - "tag": "minecraft:bundles" - }, - "addition": { - "item": "minecraft:pink_dye" - }, - "result": { - "id": "minecraft:pink_bundle" - } -} diff --git a/overrides/global_packs/mc_rebalance_datapack/data/vanillabackport/recipe/smithing_dye/purple.json b/overrides/global_packs/mc_rebalance_datapack/data/vanillabackport/recipe/smithing_dye/purple.json deleted file mode 100644 index da94bb5..0000000 --- a/overrides/global_packs/mc_rebalance_datapack/data/vanillabackport/recipe/smithing_dye/purple.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "type": "minecraft:smithing_transform", - "template": [], - "base": { - "tag": "minecraft:bundles" - }, - "addition": { - "item": "minecraft:purple_dye" - }, - "result": { - "id": "minecraft:purple_bundle" - } -} diff --git a/overrides/global_packs/mc_rebalance_datapack/data/vanillabackport/recipe/smithing_dye/red.json b/overrides/global_packs/mc_rebalance_datapack/data/vanillabackport/recipe/smithing_dye/red.json deleted file mode 100644 index ad3ae7c..0000000 --- a/overrides/global_packs/mc_rebalance_datapack/data/vanillabackport/recipe/smithing_dye/red.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "type": "minecraft:smithing_transform", - "template": [], - "base": { - "tag": "minecraft:bundles" - }, - "addition": { - "item": "minecraft:red_dye" - }, - "result": { - "id": "minecraft:red_bundle" - } -} diff --git a/overrides/global_packs/mc_rebalance_datapack/data/vanillabackport/recipe/smithing_dye/white.json b/overrides/global_packs/mc_rebalance_datapack/data/vanillabackport/recipe/smithing_dye/white.json deleted file mode 100644 index 65a5232..0000000 --- a/overrides/global_packs/mc_rebalance_datapack/data/vanillabackport/recipe/smithing_dye/white.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "type": "minecraft:smithing_transform", - "template": [], - "base": { - "tag": "minecraft:bundles" - }, - "addition": { - "item": "minecraft:white_dye" - }, - "result": { - "id": "minecraft:white_bundle" - } -} diff --git a/overrides/global_packs/mc_rebalance_datapack/data/vanillabackport/recipe/smithing_dye/yellow.json b/overrides/global_packs/mc_rebalance_datapack/data/vanillabackport/recipe/smithing_dye/yellow.json deleted file mode 100644 index d3c356a..0000000 --- a/overrides/global_packs/mc_rebalance_datapack/data/vanillabackport/recipe/smithing_dye/yellow.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "type": "minecraft:smithing_transform", - "template": [], - "base": { - "tag": "minecraft:bundles" - }, - "addition": { - "item": "minecraft:yellow_dye" - }, - "result": { - "id": "minecraft:yellow_bundle" - } -} diff --git a/overrides/global_packs/mc_rebalance_datapack/pack.mcmeta b/overrides/global_packs/mc_rebalance_datapack/pack.mcmeta index 16cd5d1..634e185 100644 --- a/overrides/global_packs/mc_rebalance_datapack/pack.mcmeta +++ b/overrides/global_packs/mc_rebalance_datapack/pack.mcmeta @@ -56,10 +56,6 @@ "namespace": "minecraft", "path": "recipe/stone_(pickaxe|axe|hoe|shovel|sword|spear).json" }, - { - "namespace": "vanillabackport", - "path": "recipe/bundle_coloring.json" - }, { "namespace": "enderitemod", "path": "recipe/enderite_spear.json"