From 6cfc830571028515ff52eabf8c15409ca9246cb2 Mon Sep 17 00:00:00 2001 From: f-raZ0R Date: Mon, 21 Oct 2024 17:15:44 -0400 Subject: [PATCH] Fix items potentially vanishing with unluck --- .../data/minecraft/tags/blocks/logs.json | 6 ++++++ .../resources/data/minecraft/tags/items/logs.json | 6 ++++++ .../minecraft/tags/items/non_flammable_wood.json | 15 +++++++++++++++ .../basement_heavens_cradle.json | 4 ++-- .../basement_sinners_outcrop.json | 4 ++-- .../tags/items/enchantable/comb_cutter.json | 8 ++++++++ .../tags/items/enchantable/potent_poison.json | 6 ++++++ 7 files changed, 45 insertions(+), 4 deletions(-) create mode 100644 src/main/resources/data/minecraft/tags/blocks/logs.json create mode 100644 src/main/resources/data/minecraft/tags/items/logs.json create mode 100644 src/main/resources/data/minecraft/tags/items/non_flammable_wood.json create mode 100644 src/main/resources/data/the_bumblezone/tags/items/enchantable/comb_cutter.json create mode 100644 src/main/resources/data/the_bumblezone/tags/items/enchantable/potent_poison.json diff --git a/src/main/resources/data/minecraft/tags/blocks/logs.json b/src/main/resources/data/minecraft/tags/blocks/logs.json new file mode 100644 index 0000000000..1b02e44fc6 --- /dev/null +++ b/src/main/resources/data/minecraft/tags/blocks/logs.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "#spectrum:weeping_gala_logs" + ] +} \ No newline at end of file diff --git a/src/main/resources/data/minecraft/tags/items/logs.json b/src/main/resources/data/minecraft/tags/items/logs.json new file mode 100644 index 0000000000..58eb526cd5 --- /dev/null +++ b/src/main/resources/data/minecraft/tags/items/logs.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "#spectrum:weeping_gala_logs" + ] +} \ No newline at end of file diff --git a/src/main/resources/data/minecraft/tags/items/non_flammable_wood.json b/src/main/resources/data/minecraft/tags/items/non_flammable_wood.json new file mode 100644 index 0000000000..224b598a47 --- /dev/null +++ b/src/main/resources/data/minecraft/tags/items/non_flammable_wood.json @@ -0,0 +1,15 @@ +{ + "replace": false, + "values": [ + "#spectrum:weeping_gala_logs", + "spectrum:weeping_gala_planks", + "spectrum:weeping_gala_stairs", + "spectrum:weeping_gala_door", + "spectrum:weeping_gala_pressure_plate", + "spectrum:weeping_gala_fence", + "spectrum:weeping_gala_trapdoor", + "spectrum:weeping_gala_fence_gate", + "spectrum:weeping_gala_button", + "spectrum:weeping_gala_slab" + ] +} \ No newline at end of file diff --git a/src/main/resources/data/spectrum/loot_tables/chests/undergrowth_manor/basement_heavens_cradle.json b/src/main/resources/data/spectrum/loot_tables/chests/undergrowth_manor/basement_heavens_cradle.json index 1396303c3e..e77d942397 100644 --- a/src/main/resources/data/spectrum/loot_tables/chests/undergrowth_manor/basement_heavens_cradle.json +++ b/src/main/resources/data/spectrum/loot_tables/chests/undergrowth_manor/basement_heavens_cradle.json @@ -25,8 +25,8 @@ { "type": "minecraft:item", "name": "spectrum:aether_vestiges", - "weight": 413, - "quality": 612 + "weight": 4130, + "quality": 10 } ] }, diff --git a/src/main/resources/data/spectrum/loot_tables/chests/undergrowth_manor/basement_sinners_outcrop.json b/src/main/resources/data/spectrum/loot_tables/chests/undergrowth_manor/basement_sinners_outcrop.json index 3825ac8c60..8b7038af67 100644 --- a/src/main/resources/data/spectrum/loot_tables/chests/undergrowth_manor/basement_sinners_outcrop.json +++ b/src/main/resources/data/spectrum/loot_tables/chests/undergrowth_manor/basement_sinners_outcrop.json @@ -59,8 +59,8 @@ { "type": "minecraft:item", "name": "spectrum:nectardew_burgeon", - "weight": 666, - "quality": 666 + "weight": 6666, + "quality": 10 } ] }, diff --git a/src/main/resources/data/the_bumblezone/tags/items/enchantable/comb_cutter.json b/src/main/resources/data/the_bumblezone/tags/items/enchantable/comb_cutter.json new file mode 100644 index 0000000000..ce272e7046 --- /dev/null +++ b/src/main/resources/data/the_bumblezone/tags/items/enchantable/comb_cutter.json @@ -0,0 +1,8 @@ +{ + "replace": false, + "values": [ + "spectrum:bedrock_shears", + "spectrum:multitool", + "#spectrum:workstaffs" + ] +} \ No newline at end of file diff --git a/src/main/resources/data/the_bumblezone/tags/items/enchantable/potent_poison.json b/src/main/resources/data/the_bumblezone/tags/items/enchantable/potent_poison.json new file mode 100644 index 0000000000..a902e4c0fa --- /dev/null +++ b/src/main/resources/data/the_bumblezone/tags/items/enchantable/potent_poison.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "#spectrum:bidents" + ] +} \ No newline at end of file