Fix bundle dying and remove workaround dying recipes

This commit is contained in:
Sergeant Acoustic 2026-02-15 03:27:13 +00:00
parent 4424fca575
commit 85dde37675
18 changed files with 1 additions and 213 deletions

View file

@ -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

View file

@ -1,13 +0,0 @@
{
"type": "minecraft:smithing_transform",
"template": [],
"base": {
"tag": "minecraft:bundles"
},
"addition": {
"item": "minecraft:black_dye"
},
"result": {
"id": "minecraft:black_bundle"
}
}

View file

@ -1,13 +0,0 @@
{
"type": "minecraft:smithing_transform",
"template": [],
"base": {
"tag": "minecraft:bundles"
},
"addition": {
"item": "minecraft:blue_dye"
},
"result": {
"id": "minecraft:blue_bundle"
}
}

View file

@ -1,13 +0,0 @@
{
"type": "minecraft:smithing_transform",
"template": [],
"base": {
"tag": "minecraft:bundles"
},
"addition": {
"item": "minecraft:brown_dye"
},
"result": {
"id": "minecraft:brown_bundle"
}
}

View file

@ -1,13 +0,0 @@
{
"type": "minecraft:smithing_transform",
"template": [],
"base": {
"tag": "minecraft:bundles"
},
"addition": {
"item": "minecraft:cyan_dye"
},
"result": {
"id": "minecraft:cyan_bundle"
}
}

View file

@ -1,13 +0,0 @@
{
"type": "minecraft:smithing_transform",
"template": [],
"base": {
"tag": "minecraft:bundles"
},
"addition": {
"item": "minecraft:gray_dye"
},
"result": {
"id": "minecraft:gray_bundle"
}
}

View file

@ -1,13 +0,0 @@
{
"type": "minecraft:smithing_transform",
"template": [],
"base": {
"tag": "minecraft:bundles"
},
"addition": {
"item": "minecraft:green_dye"
},
"result": {
"id": "minecraft:green_bundle"
}
}

View file

@ -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"
}
}

View file

@ -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"
}
}

View file

@ -1,13 +0,0 @@
{
"type": "minecraft:smithing_transform",
"template": [],
"base": {
"tag": "minecraft:bundles"
},
"addition": {
"item": "minecraft:lime_dye"
},
"result": {
"id": "minecraft:lime_bundle"
}
}

View file

@ -1,13 +0,0 @@
{
"type": "minecraft:smithing_transform",
"template": [],
"base": {
"tag": "minecraft:bundles"
},
"addition": {
"item": "minecraft:magenta_dye"
},
"result": {
"id": "minecraft:magenta_bundle"
}
}

View file

@ -1,13 +0,0 @@
{
"type": "minecraft:smithing_transform",
"template": [],
"base": {
"tag": "minecraft:bundles"
},
"addition": {
"item": "minecraft:orange_dye"
},
"result": {
"id": "minecraft:orange_bundle"
}
}

View file

@ -1,13 +0,0 @@
{
"type": "minecraft:smithing_transform",
"template": [],
"base": {
"tag": "minecraft:bundles"
},
"addition": {
"item": "minecraft:pink_dye"
},
"result": {
"id": "minecraft:pink_bundle"
}
}

View file

@ -1,13 +0,0 @@
{
"type": "minecraft:smithing_transform",
"template": [],
"base": {
"tag": "minecraft:bundles"
},
"addition": {
"item": "minecraft:purple_dye"
},
"result": {
"id": "minecraft:purple_bundle"
}
}

View file

@ -1,13 +0,0 @@
{
"type": "minecraft:smithing_transform",
"template": [],
"base": {
"tag": "minecraft:bundles"
},
"addition": {
"item": "minecraft:red_dye"
},
"result": {
"id": "minecraft:red_bundle"
}
}

View file

@ -1,13 +0,0 @@
{
"type": "minecraft:smithing_transform",
"template": [],
"base": {
"tag": "minecraft:bundles"
},
"addition": {
"item": "minecraft:white_dye"
},
"result": {
"id": "minecraft:white_bundle"
}
}

View file

@ -1,13 +0,0 @@
{
"type": "minecraft:smithing_transform",
"template": [],
"base": {
"tag": "minecraft:bundles"
},
"addition": {
"item": "minecraft:yellow_dye"
},
"result": {
"id": "minecraft:yellow_bundle"
}
}

View file

@ -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"