From e8ca9c7549bf880d7977720820a5ca33eba7be45 Mon Sep 17 00:00:00 2001 From: lumiscosity Date: Wed, 24 Jul 2024 16:26:18 +0000 Subject: [PATCH] 1.0.4 for 1.21 --- generator.py | 76 +++++-- .../compat/betternether/treated_wart_planks | 7 + .../compat/betternether/treated_willow_planks | 7 + .../terrestria/treated_yucca_palm_planks | 7 + .../resources/assets/rounded/lang/en_us.json | 5 +- .../compat/betternether/treated_wart_planks | 6 + .../compat/betternether/treated_willow_planks | 6 + .../terrestria/treated_yucca_palm_planks | 6 + .../compat/betternether/treated_wart_planks | 3 + .../compat/betternether/treated_willow_planks | 3 + .../terrestria/treated_yucca_palm_planks | 3 + .../rounded/compat/BetterendCompat.java | 120 +++++------ .../rounded/compat/BetternetherCompat.java | 112 +++++------ .../rounded/compat/BiomesoplentyCompat.java | 156 +++++++------- .../rounded/compat/CinderscapesCompat.java | 24 +-- .../rounded/compat/TerrestriaCompat.java | 110 +++++----- .../rounded/compat/TraverseCompat.java | 12 +- .../rounded/compat/WilderwildCompat.java | 36 ++-- .../minecraft/tags/block/mineable/axe.json | 190 +++++++++++++++++- .../compat/betternether/treated_wart_planks | 40 ++++ .../compat/betternether/treated_willow_planks | 40 ++++ .../terrestria/treated_yucca_palm_planks | 40 ++++ .../betterend/treated_dragon_tree_planks.json | 29 +++ .../betterend/treated_end_lotus_planks.json | 29 +++ .../betterend/treated_helix_tree_planks.json | 29 +++ .../betterend/treated_jellyshroom_planks.json | 29 +++ .../betterend/treated_lacugrove_planks.json | 29 +++ .../betterend/treated_lucernia_planks.json | 29 +++ .../treated_mossy_glowshroom_planks.json | 29 +++ .../treated_pythadendron_planks.json | 29 +++ .../betterend/treated_tenanea_planks.json | 29 +++ .../treated_umbrella_tree_planks.json | 29 +++ .../treated_anchor_tree_planks.json | 29 +++ .../treated_mushroom_fir_planks.json | 29 +++ .../treated_nether_mushroom_planks.json | 29 +++ .../treated_nether_reed_planks.json | 29 +++ .../treated_nether_sakura_planks.json | 29 +++ .../betternether/treated_rubeus_planks.json | 29 +++ .../treated_stalagnate_planks.json | 29 +++ .../betternether/treated_wart_planks.json | 29 +++ .../betternether/treated_willow_planks.json | 29 +++ .../biomesoplenty/treated_dead_planks.json | 29 +++ .../treated_empyreal_planks.json | 29 +++ .../biomesoplenty/treated_fir_planks.json | 29 +++ .../treated_hellbark_planks.json | 29 +++ .../treated_jacaranda_planks.json | 29 +++ .../biomesoplenty/treated_magic_planks.json | 29 +++ .../treated_mahogany_planks.json | 29 +++ .../biomesoplenty/treated_maple_planks.json | 29 +++ .../biomesoplenty/treated_palm_planks.json | 29 +++ .../biomesoplenty/treated_pine_planks.json | 29 +++ .../biomesoplenty/treated_redwood_planks.json | 29 +++ .../biomesoplenty/treated_umbran_planks.json | 29 +++ .../biomesoplenty/treated_willow_planks.json | 29 +++ .../cinderscapes/treated_scorched_planks.json | 29 +++ .../cinderscapes/treated_umbral_planks.json | 29 +++ .../terrestria/treated_cypress_planks.json | 29 +++ .../terrestria/treated_hemlock_planks.json | 29 +++ .../treated_japanese_maple_planks.json | 29 +++ .../treated_rainbow_eucalyptus_planks.json | 29 +++ .../terrestria/treated_redwood_planks.json | 29 +++ .../terrestria/treated_rubber_planks.json | 29 +++ .../terrestria/treated_sakura_planks.json | 29 +++ .../terrestria/treated_willow_planks.json | 29 +++ .../terrestria/treated_yucca_palm_planks.json | 29 +++ .../compat/traverse/treated_fir_planks.json | 29 +++ .../wilderwild/treated_baobab_planks.json | 29 +++ .../wilderwild/treated_cypress_planks.json | 29 +++ .../wilderwild/treated_palm_planks.json | 29 +++ .../compat/betternether/treated_wart_planks | 30 +++ .../compat/betternether/treated_willow_planks | 30 +++ .../terrestria/treated_yucca_palm_planks | 30 +++ .../rounded/tags/item/treated_planks.json | 12 ++ 73 files changed, 2175 insertions(+), 299 deletions(-) create mode 100644 src/client/resources/assets/rounded/blockstates/compat/betternether/treated_wart_planks create mode 100644 src/client/resources/assets/rounded/blockstates/compat/betternether/treated_willow_planks create mode 100644 src/client/resources/assets/rounded/blockstates/compat/terrestria/treated_yucca_palm_planks create mode 100644 src/client/resources/assets/rounded/models/block/compat/betternether/treated_wart_planks create mode 100644 src/client/resources/assets/rounded/models/block/compat/betternether/treated_willow_planks create mode 100644 src/client/resources/assets/rounded/models/block/compat/terrestria/treated_yucca_palm_planks create mode 100644 src/client/resources/assets/rounded/models/item/compat/betternether/treated_wart_planks create mode 100644 src/client/resources/assets/rounded/models/item/compat/betternether/treated_willow_planks create mode 100644 src/client/resources/assets/rounded/models/item/compat/terrestria/treated_yucca_palm_planks create mode 100644 src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/betternether/treated_wart_planks create mode 100644 src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/betternether/treated_willow_planks create mode 100644 src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/terrestria/treated_yucca_palm_planks create mode 100644 src/main/resources/data/rounded/loot_table/blocks/compat/betterend/treated_dragon_tree_planks.json create mode 100644 src/main/resources/data/rounded/loot_table/blocks/compat/betterend/treated_end_lotus_planks.json create mode 100644 src/main/resources/data/rounded/loot_table/blocks/compat/betterend/treated_helix_tree_planks.json create mode 100644 src/main/resources/data/rounded/loot_table/blocks/compat/betterend/treated_jellyshroom_planks.json create mode 100644 src/main/resources/data/rounded/loot_table/blocks/compat/betterend/treated_lacugrove_planks.json create mode 100644 src/main/resources/data/rounded/loot_table/blocks/compat/betterend/treated_lucernia_planks.json create mode 100644 src/main/resources/data/rounded/loot_table/blocks/compat/betterend/treated_mossy_glowshroom_planks.json create mode 100644 src/main/resources/data/rounded/loot_table/blocks/compat/betterend/treated_pythadendron_planks.json create mode 100644 src/main/resources/data/rounded/loot_table/blocks/compat/betterend/treated_tenanea_planks.json create mode 100644 src/main/resources/data/rounded/loot_table/blocks/compat/betterend/treated_umbrella_tree_planks.json create mode 100644 src/main/resources/data/rounded/loot_table/blocks/compat/betternether/treated_anchor_tree_planks.json create mode 100644 src/main/resources/data/rounded/loot_table/blocks/compat/betternether/treated_mushroom_fir_planks.json create mode 100644 src/main/resources/data/rounded/loot_table/blocks/compat/betternether/treated_nether_mushroom_planks.json create mode 100644 src/main/resources/data/rounded/loot_table/blocks/compat/betternether/treated_nether_reed_planks.json create mode 100644 src/main/resources/data/rounded/loot_table/blocks/compat/betternether/treated_nether_sakura_planks.json create mode 100644 src/main/resources/data/rounded/loot_table/blocks/compat/betternether/treated_rubeus_planks.json create mode 100644 src/main/resources/data/rounded/loot_table/blocks/compat/betternether/treated_stalagnate_planks.json create mode 100644 src/main/resources/data/rounded/loot_table/blocks/compat/betternether/treated_wart_planks.json create mode 100644 src/main/resources/data/rounded/loot_table/blocks/compat/betternether/treated_willow_planks.json create mode 100644 src/main/resources/data/rounded/loot_table/blocks/compat/biomesoplenty/treated_dead_planks.json create mode 100644 src/main/resources/data/rounded/loot_table/blocks/compat/biomesoplenty/treated_empyreal_planks.json create mode 100644 src/main/resources/data/rounded/loot_table/blocks/compat/biomesoplenty/treated_fir_planks.json create mode 100644 src/main/resources/data/rounded/loot_table/blocks/compat/biomesoplenty/treated_hellbark_planks.json create mode 100644 src/main/resources/data/rounded/loot_table/blocks/compat/biomesoplenty/treated_jacaranda_planks.json create mode 100644 src/main/resources/data/rounded/loot_table/blocks/compat/biomesoplenty/treated_magic_planks.json create mode 100644 src/main/resources/data/rounded/loot_table/blocks/compat/biomesoplenty/treated_mahogany_planks.json create mode 100644 src/main/resources/data/rounded/loot_table/blocks/compat/biomesoplenty/treated_maple_planks.json create mode 100644 src/main/resources/data/rounded/loot_table/blocks/compat/biomesoplenty/treated_palm_planks.json create mode 100644 src/main/resources/data/rounded/loot_table/blocks/compat/biomesoplenty/treated_pine_planks.json create mode 100644 src/main/resources/data/rounded/loot_table/blocks/compat/biomesoplenty/treated_redwood_planks.json create mode 100644 src/main/resources/data/rounded/loot_table/blocks/compat/biomesoplenty/treated_umbran_planks.json create mode 100644 src/main/resources/data/rounded/loot_table/blocks/compat/biomesoplenty/treated_willow_planks.json create mode 100644 src/main/resources/data/rounded/loot_table/blocks/compat/cinderscapes/treated_scorched_planks.json create mode 100644 src/main/resources/data/rounded/loot_table/blocks/compat/cinderscapes/treated_umbral_planks.json create mode 100644 src/main/resources/data/rounded/loot_table/blocks/compat/terrestria/treated_cypress_planks.json create mode 100644 src/main/resources/data/rounded/loot_table/blocks/compat/terrestria/treated_hemlock_planks.json create mode 100644 src/main/resources/data/rounded/loot_table/blocks/compat/terrestria/treated_japanese_maple_planks.json create mode 100644 src/main/resources/data/rounded/loot_table/blocks/compat/terrestria/treated_rainbow_eucalyptus_planks.json create mode 100644 src/main/resources/data/rounded/loot_table/blocks/compat/terrestria/treated_redwood_planks.json create mode 100644 src/main/resources/data/rounded/loot_table/blocks/compat/terrestria/treated_rubber_planks.json create mode 100644 src/main/resources/data/rounded/loot_table/blocks/compat/terrestria/treated_sakura_planks.json create mode 100644 src/main/resources/data/rounded/loot_table/blocks/compat/terrestria/treated_willow_planks.json create mode 100644 src/main/resources/data/rounded/loot_table/blocks/compat/terrestria/treated_yucca_palm_planks.json create mode 100644 src/main/resources/data/rounded/loot_table/blocks/compat/traverse/treated_fir_planks.json create mode 100644 src/main/resources/data/rounded/loot_table/blocks/compat/wilderwild/treated_baobab_planks.json create mode 100644 src/main/resources/data/rounded/loot_table/blocks/compat/wilderwild/treated_cypress_planks.json create mode 100644 src/main/resources/data/rounded/loot_table/blocks/compat/wilderwild/treated_palm_planks.json create mode 100644 src/main/resources/data/rounded/recipe/compat/betternether/treated_wart_planks create mode 100644 src/main/resources/data/rounded/recipe/compat/betternether/treated_willow_planks create mode 100644 src/main/resources/data/rounded/recipe/compat/terrestria/treated_yucca_palm_planks diff --git a/generator.py b/generator.py index 781773a..2c0c59f 100644 --- a/generator.py +++ b/generator.py @@ -26,8 +26,8 @@ "nether_sakura", "rubeus", "stalagnate", - "wart_planks", - "willow_planks" + "wart", + "willow" ], "biomesoplenty": [ "dead", @@ -57,7 +57,7 @@ "rubber", "sakura", "willow", - "yucca" + "yucca_palm" ], "traverse": [ "fir" @@ -69,6 +69,12 @@ ], } +# some mods return empty block settings, so we force them to use oak plank data instead: +naughty_mod_corner = [ + "terrestria", + "traverse", + "wilderwild" +] def save(file: JsonFile, path): if not os.path.exists(os.path.dirname(path)): @@ -156,17 +162,54 @@ def add_treated_plank(m, n): } save(JsonFile(file), f"src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/{m}/{t}") - # item tag - file = JsonFile(source_path="src/main/resources/data/rounded/tags/item/treated_planks.json").data + # loot table + file = { + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": f"rounded:compat/{m}/{t}" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": f"rounded:blocks/compat/{m}/{t}", + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + f"{m}" + ] + } + ] + } + save(JsonFile(file), f"src/main/resources/data/rounded/loot_table/blocks/compat/{m}/{t}.json") + + # tags tag = { "required": False, "id": f"rounded:compat/{m}/{t}" } + file = JsonFile(source_path="src/main/resources/data/rounded/tags/item/treated_planks.json").data if tag not in file["values"]: file["values"].append(tag) JsonFile(file).dump(origin="./", path="src/main/resources/data/rounded/tags/item/treated_planks.json") + file = JsonFile(source_path="src/main/resources/data/minecraft/tags/block/mineable/axe.json").data + if tag not in file["values"]: + file["values"].append(tag) + JsonFile(file).dump(origin="./", path="src/main/resources/data/minecraft/tags/block/mineable/axe.json") + # blockstate file = { "variants": { @@ -219,13 +262,22 @@ def add_treated_plank_code(m, l): p = f"{i}_planks" t = f"treated_{p}" - file += f""" - public static final Block {t.upper()} = new Block( - AbstractBlock.Settings.copy(Registries.BLOCK.get(Identifier.of("{m}", "{p}"))) - ); - public static final Item {t.upper()}_ITEM = new BlockItem({t.upper()}, new Item.Settings()); - - """ + if m in naughty_mod_corner: + file += f""" + public static final Block {t.upper()} = new Block( + Block.Settings.copy(Registries.BLOCK.get(Identifier.of("minecraft", "oak_planks"))) + ); + public static final Item {t.upper()}_ITEM = new BlockItem({t.upper()}, new Item.Settings()); + + """ + else: + file += f""" + public static final Block {t.upper()} = new Block( + Block.Settings.copy(Registries.BLOCK.get(Identifier.of("{m}", "{p}"))) + ); + public static final Item {t.upper()}_ITEM = new BlockItem({t.upper()}, new Item.Settings()); + + """ file += " public static void register() {" diff --git a/src/client/resources/assets/rounded/blockstates/compat/betternether/treated_wart_planks b/src/client/resources/assets/rounded/blockstates/compat/betternether/treated_wart_planks new file mode 100644 index 0000000..60e5fdd --- /dev/null +++ b/src/client/resources/assets/rounded/blockstates/compat/betternether/treated_wart_planks @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "rounded:block/compat/betternether/treated_wart_planks" + } + } +} diff --git a/src/client/resources/assets/rounded/blockstates/compat/betternether/treated_willow_planks b/src/client/resources/assets/rounded/blockstates/compat/betternether/treated_willow_planks new file mode 100644 index 0000000..26af481 --- /dev/null +++ b/src/client/resources/assets/rounded/blockstates/compat/betternether/treated_willow_planks @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "rounded:block/compat/betternether/treated_willow_planks" + } + } +} diff --git a/src/client/resources/assets/rounded/blockstates/compat/terrestria/treated_yucca_palm_planks b/src/client/resources/assets/rounded/blockstates/compat/terrestria/treated_yucca_palm_planks new file mode 100644 index 0000000..76c9620 --- /dev/null +++ b/src/client/resources/assets/rounded/blockstates/compat/terrestria/treated_yucca_palm_planks @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "rounded:block/compat/terrestria/treated_yucca_palm_planks" + } + } +} diff --git a/src/client/resources/assets/rounded/lang/en_us.json b/src/client/resources/assets/rounded/lang/en_us.json index 4da7a07..d6589a7 100644 --- a/src/client/resources/assets/rounded/lang/en_us.json +++ b/src/client/resources/assets/rounded/lang/en_us.json @@ -71,5 +71,8 @@ "block.rounded.compat.traverse.treated_fir_planks": "Treated Fir Planks", "block.rounded.compat.wilderwild.treated_baobab_planks": "Treated Baobab Planks", "block.rounded.compat.wilderwild.treated_cypress_planks": "Treated Cypress Planks", - "block.rounded.compat.wilderwild.treated_palm_planks": "Treated Palm Planks" + "block.rounded.compat.wilderwild.treated_palm_planks": "Treated Palm Planks", + "block.rounded.compat.betternether.treated_wart_planks": "Treated Wart Planks", + "block.rounded.compat.betternether.treated_willow_planks": "Treated Willow Planks", + "block.rounded.compat.terrestria.treated_yucca_palm_planks": "Treated Yucca Palm Planks" } diff --git a/src/client/resources/assets/rounded/models/block/compat/betternether/treated_wart_planks b/src/client/resources/assets/rounded/models/block/compat/betternether/treated_wart_planks new file mode 100644 index 0000000..8ba3777 --- /dev/null +++ b/src/client/resources/assets/rounded/models/block/compat/betternether/treated_wart_planks @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "rounded:block/compat/betternether/treated_wart_planks" + } +} diff --git a/src/client/resources/assets/rounded/models/block/compat/betternether/treated_willow_planks b/src/client/resources/assets/rounded/models/block/compat/betternether/treated_willow_planks new file mode 100644 index 0000000..7ad5248 --- /dev/null +++ b/src/client/resources/assets/rounded/models/block/compat/betternether/treated_willow_planks @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "rounded:block/compat/betternether/treated_willow_planks" + } +} diff --git a/src/client/resources/assets/rounded/models/block/compat/terrestria/treated_yucca_palm_planks b/src/client/resources/assets/rounded/models/block/compat/terrestria/treated_yucca_palm_planks new file mode 100644 index 0000000..238d31b --- /dev/null +++ b/src/client/resources/assets/rounded/models/block/compat/terrestria/treated_yucca_palm_planks @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "rounded:block/compat/terrestria/treated_yucca_palm_planks" + } +} diff --git a/src/client/resources/assets/rounded/models/item/compat/betternether/treated_wart_planks b/src/client/resources/assets/rounded/models/item/compat/betternether/treated_wart_planks new file mode 100644 index 0000000..fd1cb0c --- /dev/null +++ b/src/client/resources/assets/rounded/models/item/compat/betternether/treated_wart_planks @@ -0,0 +1,3 @@ +{ + "parent": "rounded:block/compat/betternether/treated_wart_planks" +} diff --git a/src/client/resources/assets/rounded/models/item/compat/betternether/treated_willow_planks b/src/client/resources/assets/rounded/models/item/compat/betternether/treated_willow_planks new file mode 100644 index 0000000..8f6f2ab --- /dev/null +++ b/src/client/resources/assets/rounded/models/item/compat/betternether/treated_willow_planks @@ -0,0 +1,3 @@ +{ + "parent": "rounded:block/compat/betternether/treated_willow_planks" +} diff --git a/src/client/resources/assets/rounded/models/item/compat/terrestria/treated_yucca_palm_planks b/src/client/resources/assets/rounded/models/item/compat/terrestria/treated_yucca_palm_planks new file mode 100644 index 0000000..704f972 --- /dev/null +++ b/src/client/resources/assets/rounded/models/item/compat/terrestria/treated_yucca_palm_planks @@ -0,0 +1,3 @@ +{ + "parent": "rounded:block/compat/terrestria/treated_yucca_palm_planks" +} diff --git a/src/main/java/com/lumiscosity/rounded/compat/BetterendCompat.java b/src/main/java/com/lumiscosity/rounded/compat/BetterendCompat.java index 2336f2b..1fc151c 100644 --- a/src/main/java/com/lumiscosity/rounded/compat/BetterendCompat.java +++ b/src/main/java/com/lumiscosity/rounded/compat/BetterendCompat.java @@ -10,66 +10,66 @@ import static com.lumiscosity.rounded.blocks.RegisterBlocks.register_treated_plank; public class BetterendCompat { - public static final Block TREATED_DRAGON_TREE_PLANKS = new Block( - AbstractBlock.Settings.copy(Registries.BLOCK.get(Identifier.of("betterend", "dragon_tree_planks"))) - ); - public static final Item TREATED_DRAGON_TREE_PLANKS_ITEM = new BlockItem(TREATED_DRAGON_TREE_PLANKS, new Item.Settings()); - - - public static final Block TREATED_END_LOTUS_PLANKS = new Block( - AbstractBlock.Settings.copy(Registries.BLOCK.get(Identifier.of("betterend", "end_lotus_planks"))) - ); - public static final Item TREATED_END_LOTUS_PLANKS_ITEM = new BlockItem(TREATED_END_LOTUS_PLANKS, new Item.Settings()); - - - public static final Block TREATED_HELIX_TREE_PLANKS = new Block( - AbstractBlock.Settings.copy(Registries.BLOCK.get(Identifier.of("betterend", "helix_tree_planks"))) - ); - public static final Item TREATED_HELIX_TREE_PLANKS_ITEM = new BlockItem(TREATED_HELIX_TREE_PLANKS, new Item.Settings()); - - - public static final Block TREATED_JELLYSHROOM_PLANKS = new Block( - AbstractBlock.Settings.copy(Registries.BLOCK.get(Identifier.of("betterend", "jellyshroom_planks"))) - ); - public static final Item TREATED_JELLYSHROOM_PLANKS_ITEM = new BlockItem(TREATED_JELLYSHROOM_PLANKS, new Item.Settings()); - - - public static final Block TREATED_LACUGROVE_PLANKS = new Block( - AbstractBlock.Settings.copy(Registries.BLOCK.get(Identifier.of("betterend", "lacugrove_planks"))) - ); - public static final Item TREATED_LACUGROVE_PLANKS_ITEM = new BlockItem(TREATED_LACUGROVE_PLANKS, new Item.Settings()); - - - public static final Block TREATED_LUCERNIA_PLANKS = new Block( - AbstractBlock.Settings.copy(Registries.BLOCK.get(Identifier.of("betterend", "lucernia_planks"))) - ); - public static final Item TREATED_LUCERNIA_PLANKS_ITEM = new BlockItem(TREATED_LUCERNIA_PLANKS, new Item.Settings()); - - - public static final Block TREATED_MOSSY_GLOWSHROOM_PLANKS = new Block( - AbstractBlock.Settings.copy(Registries.BLOCK.get(Identifier.of("betterend", "mossy_glowshroom_planks"))) - ); - public static final Item TREATED_MOSSY_GLOWSHROOM_PLANKS_ITEM = new BlockItem(TREATED_MOSSY_GLOWSHROOM_PLANKS, new Item.Settings()); - - - public static final Block TREATED_PYTHADENDRON_PLANKS = new Block( - AbstractBlock.Settings.copy(Registries.BLOCK.get(Identifier.of("betterend", "pythadendron_planks"))) - ); - public static final Item TREATED_PYTHADENDRON_PLANKS_ITEM = new BlockItem(TREATED_PYTHADENDRON_PLANKS, new Item.Settings()); - - - public static final Block TREATED_TENANEA_PLANKS = new Block( - AbstractBlock.Settings.copy(Registries.BLOCK.get(Identifier.of("betterend", "tenanea_planks"))) - ); - public static final Item TREATED_TENANEA_PLANKS_ITEM = new BlockItem(TREATED_TENANEA_PLANKS, new Item.Settings()); - - - public static final Block TREATED_UMBRELLA_TREE_PLANKS = new Block( - AbstractBlock.Settings.copy(Registries.BLOCK.get(Identifier.of("betterend", "umbrella_tree_planks"))) - ); - public static final Item TREATED_UMBRELLA_TREE_PLANKS_ITEM = new BlockItem(TREATED_UMBRELLA_TREE_PLANKS, new Item.Settings()); - - public static void register() { register_treated_plank("compat/betterend/treated_dragon_tree_planks", TREATED_DRAGON_TREE_PLANKS, TREATED_DRAGON_TREE_PLANKS_ITEM, "betterend", "dragon_tree"); + public static final Block TREATED_DRAGON_TREE_PLANKS = new Block( + Block.Settings.copy(Registries.BLOCK.get(Identifier.of("betterend", "dragon_tree_planks"))) + ); + public static final Item TREATED_DRAGON_TREE_PLANKS_ITEM = new BlockItem(TREATED_DRAGON_TREE_PLANKS, new Item.Settings()); + + + public static final Block TREATED_END_LOTUS_PLANKS = new Block( + Block.Settings.copy(Registries.BLOCK.get(Identifier.of("betterend", "end_lotus_planks"))) + ); + public static final Item TREATED_END_LOTUS_PLANKS_ITEM = new BlockItem(TREATED_END_LOTUS_PLANKS, new Item.Settings()); + + + public static final Block TREATED_HELIX_TREE_PLANKS = new Block( + Block.Settings.copy(Registries.BLOCK.get(Identifier.of("betterend", "helix_tree_planks"))) + ); + public static final Item TREATED_HELIX_TREE_PLANKS_ITEM = new BlockItem(TREATED_HELIX_TREE_PLANKS, new Item.Settings()); + + + public static final Block TREATED_JELLYSHROOM_PLANKS = new Block( + Block.Settings.copy(Registries.BLOCK.get(Identifier.of("betterend", "jellyshroom_planks"))) + ); + public static final Item TREATED_JELLYSHROOM_PLANKS_ITEM = new BlockItem(TREATED_JELLYSHROOM_PLANKS, new Item.Settings()); + + + public static final Block TREATED_LACUGROVE_PLANKS = new Block( + Block.Settings.copy(Registries.BLOCK.get(Identifier.of("betterend", "lacugrove_planks"))) + ); + public static final Item TREATED_LACUGROVE_PLANKS_ITEM = new BlockItem(TREATED_LACUGROVE_PLANKS, new Item.Settings()); + + + public static final Block TREATED_LUCERNIA_PLANKS = new Block( + Block.Settings.copy(Registries.BLOCK.get(Identifier.of("betterend", "lucernia_planks"))) + ); + public static final Item TREATED_LUCERNIA_PLANKS_ITEM = new BlockItem(TREATED_LUCERNIA_PLANKS, new Item.Settings()); + + + public static final Block TREATED_MOSSY_GLOWSHROOM_PLANKS = new Block( + Block.Settings.copy(Registries.BLOCK.get(Identifier.of("betterend", "mossy_glowshroom_planks"))) + ); + public static final Item TREATED_MOSSY_GLOWSHROOM_PLANKS_ITEM = new BlockItem(TREATED_MOSSY_GLOWSHROOM_PLANKS, new Item.Settings()); + + + public static final Block TREATED_PYTHADENDRON_PLANKS = new Block( + Block.Settings.copy(Registries.BLOCK.get(Identifier.of("betterend", "pythadendron_planks"))) + ); + public static final Item TREATED_PYTHADENDRON_PLANKS_ITEM = new BlockItem(TREATED_PYTHADENDRON_PLANKS, new Item.Settings()); + + + public static final Block TREATED_TENANEA_PLANKS = new Block( + Block.Settings.copy(Registries.BLOCK.get(Identifier.of("betterend", "tenanea_planks"))) + ); + public static final Item TREATED_TENANEA_PLANKS_ITEM = new BlockItem(TREATED_TENANEA_PLANKS, new Item.Settings()); + + + public static final Block TREATED_UMBRELLA_TREE_PLANKS = new Block( + Block.Settings.copy(Registries.BLOCK.get(Identifier.of("betterend", "umbrella_tree_planks"))) + ); + public static final Item TREATED_UMBRELLA_TREE_PLANKS_ITEM = new BlockItem(TREATED_UMBRELLA_TREE_PLANKS, new Item.Settings()); + + public static void register() { register_treated_plank("compat/betterend/treated_dragon_tree_planks", TREATED_DRAGON_TREE_PLANKS, TREATED_DRAGON_TREE_PLANKS_ITEM, "betterend", "dragon_tree"); register_treated_plank("compat/betterend/treated_end_lotus_planks", TREATED_END_LOTUS_PLANKS, TREATED_END_LOTUS_PLANKS_ITEM, "betterend", "end_lotus"); register_treated_plank("compat/betterend/treated_helix_tree_planks", TREATED_HELIX_TREE_PLANKS, TREATED_HELIX_TREE_PLANKS_ITEM, "betterend", "helix_tree"); register_treated_plank("compat/betterend/treated_jellyshroom_planks", TREATED_JELLYSHROOM_PLANKS, TREATED_JELLYSHROOM_PLANKS_ITEM, "betterend", "jellyshroom"); diff --git a/src/main/java/com/lumiscosity/rounded/compat/BetternetherCompat.java b/src/main/java/com/lumiscosity/rounded/compat/BetternetherCompat.java index 8d42aa7..612d5b5 100644 --- a/src/main/java/com/lumiscosity/rounded/compat/BetternetherCompat.java +++ b/src/main/java/com/lumiscosity/rounded/compat/BetternetherCompat.java @@ -10,68 +10,68 @@ import static com.lumiscosity.rounded.blocks.RegisterBlocks.register_treated_plank; public class BetternetherCompat { - public static final Block TREATED_ANCHOR_TREE_PLANKS = new Block( - AbstractBlock.Settings.copy(Registries.BLOCK.get(Identifier.of("betternether", "anchor_tree_planks"))) - ); - public static final Item TREATED_ANCHOR_TREE_PLANKS_ITEM = new BlockItem(TREATED_ANCHOR_TREE_PLANKS, new Item.Settings()); - - - public static final Block TREATED_MUSHROOM_FIR_PLANKS = new Block( - AbstractBlock.Settings.copy(Registries.BLOCK.get(Identifier.of("betternether", "mushroom_fir_planks"))) - ); - public static final Item TREATED_MUSHROOM_FIR_PLANKS_ITEM = new BlockItem(TREATED_MUSHROOM_FIR_PLANKS, new Item.Settings()); - - - public static final Block TREATED_NETHER_MUSHROOM_PLANKS = new Block( - AbstractBlock.Settings.copy(Registries.BLOCK.get(Identifier.of("betternether", "nether_mushroom_planks"))) - ); - public static final Item TREATED_NETHER_MUSHROOM_PLANKS_ITEM = new BlockItem(TREATED_NETHER_MUSHROOM_PLANKS, new Item.Settings()); - - - public static final Block TREATED_NETHER_REED_PLANKS = new Block( - AbstractBlock.Settings.copy(Registries.BLOCK.get(Identifier.of("betternether", "nether_reed_planks"))) - ); - public static final Item TREATED_NETHER_REED_PLANKS_ITEM = new BlockItem(TREATED_NETHER_REED_PLANKS, new Item.Settings()); - - - public static final Block TREATED_NETHER_SAKURA_PLANKS = new Block( - AbstractBlock.Settings.copy(Registries.BLOCK.get(Identifier.of("betternether", "nether_sakura_planks"))) - ); - public static final Item TREATED_NETHER_SAKURA_PLANKS_ITEM = new BlockItem(TREATED_NETHER_SAKURA_PLANKS, new Item.Settings()); - - - public static final Block TREATED_RUBEUS_PLANKS = new Block( - AbstractBlock.Settings.copy(Registries.BLOCK.get(Identifier.of("betternether", "rubeus_planks"))) - ); - public static final Item TREATED_RUBEUS_PLANKS_ITEM = new BlockItem(TREATED_RUBEUS_PLANKS, new Item.Settings()); - - - public static final Block TREATED_STALAGNATE_PLANKS = new Block( - AbstractBlock.Settings.copy(Registries.BLOCK.get(Identifier.of("betternether", "stalagnate_planks"))) - ); - public static final Item TREATED_STALAGNATE_PLANKS_ITEM = new BlockItem(TREATED_STALAGNATE_PLANKS, new Item.Settings()); - - - public static final Block TREATED_WART_PLANKS_PLANKS = new Block( - AbstractBlock.Settings.copy(Registries.BLOCK.get(Identifier.of("betternether", "wart_planks_planks"))) - ); - public static final Item TREATED_WART_PLANKS_PLANKS_ITEM = new BlockItem(TREATED_WART_PLANKS_PLANKS, new Item.Settings()); - - - public static final Block TREATED_WILLOW_PLANKS_PLANKS = new Block( - AbstractBlock.Settings.copy(Registries.BLOCK.get(Identifier.of("betternether", "willow_planks_planks"))) - ); - public static final Item TREATED_WILLOW_PLANKS_PLANKS_ITEM = new BlockItem(TREATED_WILLOW_PLANKS_PLANKS, new Item.Settings()); - - public static void register() { register_treated_plank("compat/betternether/treated_anchor_tree_planks", TREATED_ANCHOR_TREE_PLANKS, TREATED_ANCHOR_TREE_PLANKS_ITEM, "betternether", "anchor_tree"); + public static final Block TREATED_ANCHOR_TREE_PLANKS = new Block( + Block.Settings.copy(Registries.BLOCK.get(Identifier.of("betternether", "anchor_tree_planks"))) + ); + public static final Item TREATED_ANCHOR_TREE_PLANKS_ITEM = new BlockItem(TREATED_ANCHOR_TREE_PLANKS, new Item.Settings()); + + + public static final Block TREATED_MUSHROOM_FIR_PLANKS = new Block( + Block.Settings.copy(Registries.BLOCK.get(Identifier.of("betternether", "mushroom_fir_planks"))) + ); + public static final Item TREATED_MUSHROOM_FIR_PLANKS_ITEM = new BlockItem(TREATED_MUSHROOM_FIR_PLANKS, new Item.Settings()); + + + public static final Block TREATED_NETHER_MUSHROOM_PLANKS = new Block( + Block.Settings.copy(Registries.BLOCK.get(Identifier.of("betternether", "nether_mushroom_planks"))) + ); + public static final Item TREATED_NETHER_MUSHROOM_PLANKS_ITEM = new BlockItem(TREATED_NETHER_MUSHROOM_PLANKS, new Item.Settings()); + + + public static final Block TREATED_NETHER_REED_PLANKS = new Block( + Block.Settings.copy(Registries.BLOCK.get(Identifier.of("betternether", "nether_reed_planks"))) + ); + public static final Item TREATED_NETHER_REED_PLANKS_ITEM = new BlockItem(TREATED_NETHER_REED_PLANKS, new Item.Settings()); + + + public static final Block TREATED_NETHER_SAKURA_PLANKS = new Block( + Block.Settings.copy(Registries.BLOCK.get(Identifier.of("betternether", "nether_sakura_planks"))) + ); + public static final Item TREATED_NETHER_SAKURA_PLANKS_ITEM = new BlockItem(TREATED_NETHER_SAKURA_PLANKS, new Item.Settings()); + + + public static final Block TREATED_RUBEUS_PLANKS = new Block( + Block.Settings.copy(Registries.BLOCK.get(Identifier.of("betternether", "rubeus_planks"))) + ); + public static final Item TREATED_RUBEUS_PLANKS_ITEM = new BlockItem(TREATED_RUBEUS_PLANKS, new Item.Settings()); + + + public static final Block TREATED_STALAGNATE_PLANKS = new Block( + Block.Settings.copy(Registries.BLOCK.get(Identifier.of("betternether", "stalagnate_planks"))) + ); + public static final Item TREATED_STALAGNATE_PLANKS_ITEM = new BlockItem(TREATED_STALAGNATE_PLANKS, new Item.Settings()); + + + public static final Block TREATED_WART_PLANKS = new Block( + Block.Settings.copy(Registries.BLOCK.get(Identifier.of("betternether", "wart_planks"))) + ); + public static final Item TREATED_WART_PLANKS_ITEM = new BlockItem(TREATED_WART_PLANKS, new Item.Settings()); + + + public static final Block TREATED_WILLOW_PLANKS = new Block( + Block.Settings.copy(Registries.BLOCK.get(Identifier.of("betternether", "willow_planks"))) + ); + public static final Item TREATED_WILLOW_PLANKS_ITEM = new BlockItem(TREATED_WILLOW_PLANKS, new Item.Settings()); + + public static void register() { register_treated_plank("compat/betternether/treated_anchor_tree_planks", TREATED_ANCHOR_TREE_PLANKS, TREATED_ANCHOR_TREE_PLANKS_ITEM, "betternether", "anchor_tree"); register_treated_plank("compat/betternether/treated_mushroom_fir_planks", TREATED_MUSHROOM_FIR_PLANKS, TREATED_MUSHROOM_FIR_PLANKS_ITEM, "betternether", "mushroom_fir"); register_treated_plank("compat/betternether/treated_nether_mushroom_planks", TREATED_NETHER_MUSHROOM_PLANKS, TREATED_NETHER_MUSHROOM_PLANKS_ITEM, "betternether", "nether_mushroom"); register_treated_plank("compat/betternether/treated_nether_reed_planks", TREATED_NETHER_REED_PLANKS, TREATED_NETHER_REED_PLANKS_ITEM, "betternether", "nether_reed"); register_treated_plank("compat/betternether/treated_nether_sakura_planks", TREATED_NETHER_SAKURA_PLANKS, TREATED_NETHER_SAKURA_PLANKS_ITEM, "betternether", "nether_sakura"); register_treated_plank("compat/betternether/treated_rubeus_planks", TREATED_RUBEUS_PLANKS, TREATED_RUBEUS_PLANKS_ITEM, "betternether", "rubeus"); register_treated_plank("compat/betternether/treated_stalagnate_planks", TREATED_STALAGNATE_PLANKS, TREATED_STALAGNATE_PLANKS_ITEM, "betternether", "stalagnate"); - register_treated_plank("compat/betternether/treated_wart_planks_planks", TREATED_WART_PLANKS_PLANKS, TREATED_WART_PLANKS_PLANKS_ITEM, "betternether", "wart_planks"); - register_treated_plank("compat/betternether/treated_willow_planks_planks", TREATED_WILLOW_PLANKS_PLANKS, TREATED_WILLOW_PLANKS_PLANKS_ITEM, "betternether", "willow_planks"); + register_treated_plank("compat/betternether/treated_wart_planks", TREATED_WART_PLANKS, TREATED_WART_PLANKS_ITEM, "betternether", "wart"); + register_treated_plank("compat/betternether/treated_willow_planks", TREATED_WILLOW_PLANKS, TREATED_WILLOW_PLANKS_ITEM, "betternether", "willow"); } } \ No newline at end of file diff --git a/src/main/java/com/lumiscosity/rounded/compat/BiomesoplentyCompat.java b/src/main/java/com/lumiscosity/rounded/compat/BiomesoplentyCompat.java index 803e6e1..9d30c1f 100644 --- a/src/main/java/com/lumiscosity/rounded/compat/BiomesoplentyCompat.java +++ b/src/main/java/com/lumiscosity/rounded/compat/BiomesoplentyCompat.java @@ -10,84 +10,84 @@ import static com.lumiscosity.rounded.blocks.RegisterBlocks.register_treated_plank; public class BiomesoplentyCompat { - public static final Block TREATED_DEAD_PLANKS = new Block( - AbstractBlock.Settings.copy(Registries.BLOCK.get(Identifier.of("biomesoplenty", "dead_planks"))) - ); - public static final Item TREATED_DEAD_PLANKS_ITEM = new BlockItem(TREATED_DEAD_PLANKS, new Item.Settings()); - - - public static final Block TREATED_EMPYREAL_PLANKS = new Block( - AbstractBlock.Settings.copy(Registries.BLOCK.get(Identifier.of("biomesoplenty", "empyreal_planks"))) - ); - public static final Item TREATED_EMPYREAL_PLANKS_ITEM = new BlockItem(TREATED_EMPYREAL_PLANKS, new Item.Settings()); - - - public static final Block TREATED_FIR_PLANKS = new Block( - AbstractBlock.Settings.copy(Registries.BLOCK.get(Identifier.of("biomesoplenty", "fir_planks"))) - ); - public static final Item TREATED_FIR_PLANKS_ITEM = new BlockItem(TREATED_FIR_PLANKS, new Item.Settings()); - - - public static final Block TREATED_HELLBARK_PLANKS = new Block( - AbstractBlock.Settings.copy(Registries.BLOCK.get(Identifier.of("biomesoplenty", "hellbark_planks"))) - ); - public static final Item TREATED_HELLBARK_PLANKS_ITEM = new BlockItem(TREATED_HELLBARK_PLANKS, new Item.Settings()); - - - public static final Block TREATED_JACARANDA_PLANKS = new Block( - AbstractBlock.Settings.copy(Registries.BLOCK.get(Identifier.of("biomesoplenty", "jacaranda_planks"))) - ); - public static final Item TREATED_JACARANDA_PLANKS_ITEM = new BlockItem(TREATED_JACARANDA_PLANKS, new Item.Settings()); - - - public static final Block TREATED_MAGIC_PLANKS = new Block( - AbstractBlock.Settings.copy(Registries.BLOCK.get(Identifier.of("biomesoplenty", "magic_planks"))) - ); - public static final Item TREATED_MAGIC_PLANKS_ITEM = new BlockItem(TREATED_MAGIC_PLANKS, new Item.Settings()); - - - public static final Block TREATED_MAHOGANY_PLANKS = new Block( - AbstractBlock.Settings.copy(Registries.BLOCK.get(Identifier.of("biomesoplenty", "mahogany_planks"))) - ); - public static final Item TREATED_MAHOGANY_PLANKS_ITEM = new BlockItem(TREATED_MAHOGANY_PLANKS, new Item.Settings()); - - - public static final Block TREATED_MAPLE_PLANKS = new Block( - AbstractBlock.Settings.copy(Registries.BLOCK.get(Identifier.of("biomesoplenty", "maple_planks"))) - ); - public static final Item TREATED_MAPLE_PLANKS_ITEM = new BlockItem(TREATED_MAPLE_PLANKS, new Item.Settings()); - - - public static final Block TREATED_PALM_PLANKS = new Block( - AbstractBlock.Settings.copy(Registries.BLOCK.get(Identifier.of("biomesoplenty", "palm_planks"))) - ); - public static final Item TREATED_PALM_PLANKS_ITEM = new BlockItem(TREATED_PALM_PLANKS, new Item.Settings()); - - - public static final Block TREATED_PINE_PLANKS = new Block( - AbstractBlock.Settings.copy(Registries.BLOCK.get(Identifier.of("biomesoplenty", "pine_planks"))) - ); - public static final Item TREATED_PINE_PLANKS_ITEM = new BlockItem(TREATED_PINE_PLANKS, new Item.Settings()); - - - public static final Block TREATED_REDWOOD_PLANKS = new Block( - AbstractBlock.Settings.copy(Registries.BLOCK.get(Identifier.of("biomesoplenty", "redwood_planks"))) - ); - public static final Item TREATED_REDWOOD_PLANKS_ITEM = new BlockItem(TREATED_REDWOOD_PLANKS, new Item.Settings()); - - - public static final Block TREATED_UMBRAN_PLANKS = new Block( - AbstractBlock.Settings.copy(Registries.BLOCK.get(Identifier.of("biomesoplenty", "umbran_planks"))) - ); - public static final Item TREATED_UMBRAN_PLANKS_ITEM = new BlockItem(TREATED_UMBRAN_PLANKS, new Item.Settings()); - - - public static final Block TREATED_WILLOW_PLANKS = new Block( - AbstractBlock.Settings.copy(Registries.BLOCK.get(Identifier.of("biomesoplenty", "willow_planks"))) - ); - public static final Item TREATED_WILLOW_PLANKS_ITEM = new BlockItem(TREATED_WILLOW_PLANKS, new Item.Settings()); - - public static void register() { register_treated_plank("compat/biomesoplenty/treated_dead_planks", TREATED_DEAD_PLANKS, TREATED_DEAD_PLANKS_ITEM, "biomesoplenty", "dead"); + public static final Block TREATED_DEAD_PLANKS = new Block( + Block.Settings.copy(Registries.BLOCK.get(Identifier.of("biomesoplenty", "dead_planks"))) + ); + public static final Item TREATED_DEAD_PLANKS_ITEM = new BlockItem(TREATED_DEAD_PLANKS, new Item.Settings()); + + + public static final Block TREATED_EMPYREAL_PLANKS = new Block( + Block.Settings.copy(Registries.BLOCK.get(Identifier.of("biomesoplenty", "empyreal_planks"))) + ); + public static final Item TREATED_EMPYREAL_PLANKS_ITEM = new BlockItem(TREATED_EMPYREAL_PLANKS, new Item.Settings()); + + + public static final Block TREATED_FIR_PLANKS = new Block( + Block.Settings.copy(Registries.BLOCK.get(Identifier.of("biomesoplenty", "fir_planks"))) + ); + public static final Item TREATED_FIR_PLANKS_ITEM = new BlockItem(TREATED_FIR_PLANKS, new Item.Settings()); + + + public static final Block TREATED_HELLBARK_PLANKS = new Block( + Block.Settings.copy(Registries.BLOCK.get(Identifier.of("biomesoplenty", "hellbark_planks"))) + ); + public static final Item TREATED_HELLBARK_PLANKS_ITEM = new BlockItem(TREATED_HELLBARK_PLANKS, new Item.Settings()); + + + public static final Block TREATED_JACARANDA_PLANKS = new Block( + Block.Settings.copy(Registries.BLOCK.get(Identifier.of("biomesoplenty", "jacaranda_planks"))) + ); + public static final Item TREATED_JACARANDA_PLANKS_ITEM = new BlockItem(TREATED_JACARANDA_PLANKS, new Item.Settings()); + + + public static final Block TREATED_MAGIC_PLANKS = new Block( + Block.Settings.copy(Registries.BLOCK.get(Identifier.of("biomesoplenty", "magic_planks"))) + ); + public static final Item TREATED_MAGIC_PLANKS_ITEM = new BlockItem(TREATED_MAGIC_PLANKS, new Item.Settings()); + + + public static final Block TREATED_MAHOGANY_PLANKS = new Block( + Block.Settings.copy(Registries.BLOCK.get(Identifier.of("biomesoplenty", "mahogany_planks"))) + ); + public static final Item TREATED_MAHOGANY_PLANKS_ITEM = new BlockItem(TREATED_MAHOGANY_PLANKS, new Item.Settings()); + + + public static final Block TREATED_MAPLE_PLANKS = new Block( + Block.Settings.copy(Registries.BLOCK.get(Identifier.of("biomesoplenty", "maple_planks"))) + ); + public static final Item TREATED_MAPLE_PLANKS_ITEM = new BlockItem(TREATED_MAPLE_PLANKS, new Item.Settings()); + + + public static final Block TREATED_PALM_PLANKS = new Block( + Block.Settings.copy(Registries.BLOCK.get(Identifier.of("biomesoplenty", "palm_planks"))) + ); + public static final Item TREATED_PALM_PLANKS_ITEM = new BlockItem(TREATED_PALM_PLANKS, new Item.Settings()); + + + public static final Block TREATED_PINE_PLANKS = new Block( + Block.Settings.copy(Registries.BLOCK.get(Identifier.of("biomesoplenty", "pine_planks"))) + ); + public static final Item TREATED_PINE_PLANKS_ITEM = new BlockItem(TREATED_PINE_PLANKS, new Item.Settings()); + + + public static final Block TREATED_REDWOOD_PLANKS = new Block( + Block.Settings.copy(Registries.BLOCK.get(Identifier.of("biomesoplenty", "redwood_planks"))) + ); + public static final Item TREATED_REDWOOD_PLANKS_ITEM = new BlockItem(TREATED_REDWOOD_PLANKS, new Item.Settings()); + + + public static final Block TREATED_UMBRAN_PLANKS = new Block( + Block.Settings.copy(Registries.BLOCK.get(Identifier.of("biomesoplenty", "umbran_planks"))) + ); + public static final Item TREATED_UMBRAN_PLANKS_ITEM = new BlockItem(TREATED_UMBRAN_PLANKS, new Item.Settings()); + + + public static final Block TREATED_WILLOW_PLANKS = new Block( + Block.Settings.copy(Registries.BLOCK.get(Identifier.of("biomesoplenty", "willow_planks"))) + ); + public static final Item TREATED_WILLOW_PLANKS_ITEM = new BlockItem(TREATED_WILLOW_PLANKS, new Item.Settings()); + + public static void register() { register_treated_plank("compat/biomesoplenty/treated_dead_planks", TREATED_DEAD_PLANKS, TREATED_DEAD_PLANKS_ITEM, "biomesoplenty", "dead"); register_treated_plank("compat/biomesoplenty/treated_empyreal_planks", TREATED_EMPYREAL_PLANKS, TREATED_EMPYREAL_PLANKS_ITEM, "biomesoplenty", "empyreal"); register_treated_plank("compat/biomesoplenty/treated_fir_planks", TREATED_FIR_PLANKS, TREATED_FIR_PLANKS_ITEM, "biomesoplenty", "fir"); register_treated_plank("compat/biomesoplenty/treated_hellbark_planks", TREATED_HELLBARK_PLANKS, TREATED_HELLBARK_PLANKS_ITEM, "biomesoplenty", "hellbark"); diff --git a/src/main/java/com/lumiscosity/rounded/compat/CinderscapesCompat.java b/src/main/java/com/lumiscosity/rounded/compat/CinderscapesCompat.java index b1477a0..c234235 100644 --- a/src/main/java/com/lumiscosity/rounded/compat/CinderscapesCompat.java +++ b/src/main/java/com/lumiscosity/rounded/compat/CinderscapesCompat.java @@ -10,18 +10,18 @@ import static com.lumiscosity.rounded.blocks.RegisterBlocks.register_treated_plank; public class CinderscapesCompat { - public static final Block TREATED_SCORCHED_PLANKS = new Block( - AbstractBlock.Settings.copy(Registries.BLOCK.get(Identifier.of("cinderscapes", "scorched_planks"))) - ); - public static final Item TREATED_SCORCHED_PLANKS_ITEM = new BlockItem(TREATED_SCORCHED_PLANKS, new Item.Settings()); - - - public static final Block TREATED_UMBRAL_PLANKS = new Block( - AbstractBlock.Settings.copy(Registries.BLOCK.get(Identifier.of("cinderscapes", "umbral_planks"))) - ); - public static final Item TREATED_UMBRAL_PLANKS_ITEM = new BlockItem(TREATED_UMBRAL_PLANKS, new Item.Settings()); - - public static void register() { register_treated_plank("compat/cinderscapes/treated_scorched_planks", TREATED_SCORCHED_PLANKS, TREATED_SCORCHED_PLANKS_ITEM, "cinderscapes", "scorched"); + public static final Block TREATED_SCORCHED_PLANKS = new Block( + Block.Settings.copy(Registries.BLOCK.get(Identifier.of("cinderscapes", "scorched_planks"))) + ); + public static final Item TREATED_SCORCHED_PLANKS_ITEM = new BlockItem(TREATED_SCORCHED_PLANKS, new Item.Settings()); + + + public static final Block TREATED_UMBRAL_PLANKS = new Block( + Block.Settings.copy(Registries.BLOCK.get(Identifier.of("cinderscapes", "umbral_planks"))) + ); + public static final Item TREATED_UMBRAL_PLANKS_ITEM = new BlockItem(TREATED_UMBRAL_PLANKS, new Item.Settings()); + + public static void register() { register_treated_plank("compat/cinderscapes/treated_scorched_planks", TREATED_SCORCHED_PLANKS, TREATED_SCORCHED_PLANKS_ITEM, "cinderscapes", "scorched"); register_treated_plank("compat/cinderscapes/treated_umbral_planks", TREATED_UMBRAL_PLANKS, TREATED_UMBRAL_PLANKS_ITEM, "cinderscapes", "umbral"); } diff --git a/src/main/java/com/lumiscosity/rounded/compat/TerrestriaCompat.java b/src/main/java/com/lumiscosity/rounded/compat/TerrestriaCompat.java index 8cd624f..afdb1bb 100644 --- a/src/main/java/com/lumiscosity/rounded/compat/TerrestriaCompat.java +++ b/src/main/java/com/lumiscosity/rounded/compat/TerrestriaCompat.java @@ -10,60 +10,60 @@ import static com.lumiscosity.rounded.blocks.RegisterBlocks.register_treated_plank; public class TerrestriaCompat { - public static final Block TREATED_CYPRESS_PLANKS = new Block( - AbstractBlock.Settings.copy(Registries.BLOCK.get(Identifier.of("terrestria", "cypress_planks"))) - ); - public static final Item TREATED_CYPRESS_PLANKS_ITEM = new BlockItem(TREATED_CYPRESS_PLANKS, new Item.Settings()); - - - public static final Block TREATED_HEMLOCK_PLANKS = new Block( - AbstractBlock.Settings.copy(Registries.BLOCK.get(Identifier.of("terrestria", "hemlock_planks"))) - ); - public static final Item TREATED_HEMLOCK_PLANKS_ITEM = new BlockItem(TREATED_HEMLOCK_PLANKS, new Item.Settings()); - - - public static final Block TREATED_JAPANESE_MAPLE_PLANKS = new Block( - AbstractBlock.Settings.copy(Registries.BLOCK.get(Identifier.of("terrestria", "japanese_maple_planks"))) - ); - public static final Item TREATED_JAPANESE_MAPLE_PLANKS_ITEM = new BlockItem(TREATED_JAPANESE_MAPLE_PLANKS, new Item.Settings()); - - - public static final Block TREATED_RAINBOW_EUCALYPTUS_PLANKS = new Block( - AbstractBlock.Settings.copy(Registries.BLOCK.get(Identifier.of("terrestria", "rainbow_eucalyptus_planks"))) - ); - public static final Item TREATED_RAINBOW_EUCALYPTUS_PLANKS_ITEM = new BlockItem(TREATED_RAINBOW_EUCALYPTUS_PLANKS, new Item.Settings()); - - - public static final Block TREATED_REDWOOD_PLANKS = new Block( - AbstractBlock.Settings.copy(Registries.BLOCK.get(Identifier.of("terrestria", "redwood_planks"))) - ); - public static final Item TREATED_REDWOOD_PLANKS_ITEM = new BlockItem(TREATED_REDWOOD_PLANKS, new Item.Settings()); - - - public static final Block TREATED_RUBBER_PLANKS = new Block( - AbstractBlock.Settings.copy(Registries.BLOCK.get(Identifier.of("terrestria", "rubber_planks"))) - ); - public static final Item TREATED_RUBBER_PLANKS_ITEM = new BlockItem(TREATED_RUBBER_PLANKS, new Item.Settings()); - - - public static final Block TREATED_SAKURA_PLANKS = new Block( - AbstractBlock.Settings.copy(Registries.BLOCK.get(Identifier.of("terrestria", "sakura_planks"))) - ); - public static final Item TREATED_SAKURA_PLANKS_ITEM = new BlockItem(TREATED_SAKURA_PLANKS, new Item.Settings()); - - - public static final Block TREATED_WILLOW_PLANKS = new Block( - AbstractBlock.Settings.copy(Registries.BLOCK.get(Identifier.of("terrestria", "willow_planks"))) - ); - public static final Item TREATED_WILLOW_PLANKS_ITEM = new BlockItem(TREATED_WILLOW_PLANKS, new Item.Settings()); - - - public static final Block TREATED_YUCCA_PLANKS = new Block( - AbstractBlock.Settings.copy(Registries.BLOCK.get(Identifier.of("terrestria", "yucca_planks"))) - ); - public static final Item TREATED_YUCCA_PLANKS_ITEM = new BlockItem(TREATED_YUCCA_PLANKS, new Item.Settings()); - - public static void register() { register_treated_plank("compat/terrestria/treated_cypress_planks", TREATED_CYPRESS_PLANKS, TREATED_CYPRESS_PLANKS_ITEM, "terrestria", "cypress"); + public static final Block TREATED_CYPRESS_PLANKS = new Block( + Block.Settings.copy(Registries.BLOCK.get(Identifier.of("minecraft", "oak_planks"))) + ); + public static final Item TREATED_CYPRESS_PLANKS_ITEM = new BlockItem(TREATED_CYPRESS_PLANKS, new Item.Settings()); + + + public static final Block TREATED_HEMLOCK_PLANKS = new Block( + Block.Settings.copy(Registries.BLOCK.get(Identifier.of("minecraft", "oak_planks"))) + ); + public static final Item TREATED_HEMLOCK_PLANKS_ITEM = new BlockItem(TREATED_HEMLOCK_PLANKS, new Item.Settings()); + + + public static final Block TREATED_JAPANESE_MAPLE_PLANKS = new Block( + Block.Settings.copy(Registries.BLOCK.get(Identifier.of("minecraft", "oak_planks"))) + ); + public static final Item TREATED_JAPANESE_MAPLE_PLANKS_ITEM = new BlockItem(TREATED_JAPANESE_MAPLE_PLANKS, new Item.Settings()); + + + public static final Block TREATED_RAINBOW_EUCALYPTUS_PLANKS = new Block( + Block.Settings.copy(Registries.BLOCK.get(Identifier.of("minecraft", "oak_planks"))) + ); + public static final Item TREATED_RAINBOW_EUCALYPTUS_PLANKS_ITEM = new BlockItem(TREATED_RAINBOW_EUCALYPTUS_PLANKS, new Item.Settings()); + + + public static final Block TREATED_REDWOOD_PLANKS = new Block( + Block.Settings.copy(Registries.BLOCK.get(Identifier.of("minecraft", "oak_planks"))) + ); + public static final Item TREATED_REDWOOD_PLANKS_ITEM = new BlockItem(TREATED_REDWOOD_PLANKS, new Item.Settings()); + + + public static final Block TREATED_RUBBER_PLANKS = new Block( + Block.Settings.copy(Registries.BLOCK.get(Identifier.of("minecraft", "oak_planks"))) + ); + public static final Item TREATED_RUBBER_PLANKS_ITEM = new BlockItem(TREATED_RUBBER_PLANKS, new Item.Settings()); + + + public static final Block TREATED_SAKURA_PLANKS = new Block( + Block.Settings.copy(Registries.BLOCK.get(Identifier.of("minecraft", "oak_planks"))) + ); + public static final Item TREATED_SAKURA_PLANKS_ITEM = new BlockItem(TREATED_SAKURA_PLANKS, new Item.Settings()); + + + public static final Block TREATED_WILLOW_PLANKS = new Block( + Block.Settings.copy(Registries.BLOCK.get(Identifier.of("minecraft", "oak_planks"))) + ); + public static final Item TREATED_WILLOW_PLANKS_ITEM = new BlockItem(TREATED_WILLOW_PLANKS, new Item.Settings()); + + + public static final Block TREATED_YUCCA_PALM_PLANKS = new Block( + Block.Settings.copy(Registries.BLOCK.get(Identifier.of("minecraft", "oak_planks"))) + ); + public static final Item TREATED_YUCCA_PALM_PLANKS_ITEM = new BlockItem(TREATED_YUCCA_PALM_PLANKS, new Item.Settings()); + + public static void register() { register_treated_plank("compat/terrestria/treated_cypress_planks", TREATED_CYPRESS_PLANKS, TREATED_CYPRESS_PLANKS_ITEM, "terrestria", "cypress"); register_treated_plank("compat/terrestria/treated_hemlock_planks", TREATED_HEMLOCK_PLANKS, TREATED_HEMLOCK_PLANKS_ITEM, "terrestria", "hemlock"); register_treated_plank("compat/terrestria/treated_japanese_maple_planks", TREATED_JAPANESE_MAPLE_PLANKS, TREATED_JAPANESE_MAPLE_PLANKS_ITEM, "terrestria", "japanese_maple"); register_treated_plank("compat/terrestria/treated_rainbow_eucalyptus_planks", TREATED_RAINBOW_EUCALYPTUS_PLANKS, TREATED_RAINBOW_EUCALYPTUS_PLANKS_ITEM, "terrestria", "rainbow_eucalyptus"); @@ -71,7 +71,7 @@ public class TerrestriaCompat { register_treated_plank("compat/terrestria/treated_rubber_planks", TREATED_RUBBER_PLANKS, TREATED_RUBBER_PLANKS_ITEM, "terrestria", "rubber"); register_treated_plank("compat/terrestria/treated_sakura_planks", TREATED_SAKURA_PLANKS, TREATED_SAKURA_PLANKS_ITEM, "terrestria", "sakura"); register_treated_plank("compat/terrestria/treated_willow_planks", TREATED_WILLOW_PLANKS, TREATED_WILLOW_PLANKS_ITEM, "terrestria", "willow"); - register_treated_plank("compat/terrestria/treated_yucca_planks", TREATED_YUCCA_PLANKS, TREATED_YUCCA_PLANKS_ITEM, "terrestria", "yucca"); + register_treated_plank("compat/terrestria/treated_yucca_palm_planks", TREATED_YUCCA_PALM_PLANKS, TREATED_YUCCA_PALM_PLANKS_ITEM, "terrestria", "yucca_palm"); } } \ No newline at end of file diff --git a/src/main/java/com/lumiscosity/rounded/compat/TraverseCompat.java b/src/main/java/com/lumiscosity/rounded/compat/TraverseCompat.java index 9ae5b41..c3981ac 100644 --- a/src/main/java/com/lumiscosity/rounded/compat/TraverseCompat.java +++ b/src/main/java/com/lumiscosity/rounded/compat/TraverseCompat.java @@ -10,12 +10,12 @@ import static com.lumiscosity.rounded.blocks.RegisterBlocks.register_treated_plank; public class TraverseCompat { - public static final Block TREATED_FIR_PLANKS = new Block( - AbstractBlock.Settings.copy(Registries.BLOCK.get(Identifier.of("traverse", "fir_planks"))) - ); - public static final Item TREATED_FIR_PLANKS_ITEM = new BlockItem(TREATED_FIR_PLANKS, new Item.Settings()); - - public static void register() { register_treated_plank("compat/traverse/treated_fir_planks", TREATED_FIR_PLANKS, TREATED_FIR_PLANKS_ITEM, "traverse", "fir"); + public static final Block TREATED_FIR_PLANKS = new Block( + Block.Settings.copy(Registries.BLOCK.get(Identifier.of("minecraft", "oak_planks"))) + ); + public static final Item TREATED_FIR_PLANKS_ITEM = new BlockItem(TREATED_FIR_PLANKS, new Item.Settings()); + + public static void register() { register_treated_plank("compat/traverse/treated_fir_planks", TREATED_FIR_PLANKS, TREATED_FIR_PLANKS_ITEM, "traverse", "fir"); } } \ No newline at end of file diff --git a/src/main/java/com/lumiscosity/rounded/compat/WilderwildCompat.java b/src/main/java/com/lumiscosity/rounded/compat/WilderwildCompat.java index 360c10a..fd17f9d 100644 --- a/src/main/java/com/lumiscosity/rounded/compat/WilderwildCompat.java +++ b/src/main/java/com/lumiscosity/rounded/compat/WilderwildCompat.java @@ -10,24 +10,24 @@ import static com.lumiscosity.rounded.blocks.RegisterBlocks.register_treated_plank; public class WilderwildCompat { - public static final Block TREATED_BAOBAB_PLANKS = new Block( - AbstractBlock.Settings.copy(Registries.BLOCK.get(Identifier.of("wilderwild", "baobab_planks"))) - ); - public static final Item TREATED_BAOBAB_PLANKS_ITEM = new BlockItem(TREATED_BAOBAB_PLANKS, new Item.Settings()); - - - public static final Block TREATED_CYPRESS_PLANKS = new Block( - AbstractBlock.Settings.copy(Registries.BLOCK.get(Identifier.of("wilderwild", "cypress_planks"))) - ); - public static final Item TREATED_CYPRESS_PLANKS_ITEM = new BlockItem(TREATED_CYPRESS_PLANKS, new Item.Settings()); - - - public static final Block TREATED_PALM_PLANKS = new Block( - AbstractBlock.Settings.copy(Registries.BLOCK.get(Identifier.of("wilderwild", "palm_planks"))) - ); - public static final Item TREATED_PALM_PLANKS_ITEM = new BlockItem(TREATED_PALM_PLANKS, new Item.Settings()); - - public static void register() { register_treated_plank("compat/wilderwild/treated_baobab_planks", TREATED_BAOBAB_PLANKS, TREATED_BAOBAB_PLANKS_ITEM, "wilderwild", "baobab"); + public static final Block TREATED_BAOBAB_PLANKS = new Block( + Block.Settings.copy(Registries.BLOCK.get(Identifier.of("minecraft", "oak_planks"))) + ); + public static final Item TREATED_BAOBAB_PLANKS_ITEM = new BlockItem(TREATED_BAOBAB_PLANKS, new Item.Settings()); + + + public static final Block TREATED_CYPRESS_PLANKS = new Block( + Block.Settings.copy(Registries.BLOCK.get(Identifier.of("minecraft", "oak_planks"))) + ); + public static final Item TREATED_CYPRESS_PLANKS_ITEM = new BlockItem(TREATED_CYPRESS_PLANKS, new Item.Settings()); + + + public static final Block TREATED_PALM_PLANKS = new Block( + Block.Settings.copy(Registries.BLOCK.get(Identifier.of("minecraft", "oak_planks"))) + ); + public static final Item TREATED_PALM_PLANKS_ITEM = new BlockItem(TREATED_PALM_PLANKS, new Item.Settings()); + + public static void register() { register_treated_plank("compat/wilderwild/treated_baobab_planks", TREATED_BAOBAB_PLANKS, TREATED_BAOBAB_PLANKS_ITEM, "wilderwild", "baobab"); register_treated_plank("compat/wilderwild/treated_cypress_planks", TREATED_CYPRESS_PLANKS, TREATED_CYPRESS_PLANKS_ITEM, "wilderwild", "cypress"); register_treated_plank("compat/wilderwild/treated_palm_planks", TREATED_PALM_PLANKS, TREATED_PALM_PLANKS_ITEM, "wilderwild", "palm"); diff --git a/src/main/resources/data/minecraft/tags/block/mineable/axe.json b/src/main/resources/data/minecraft/tags/block/mineable/axe.json index 20bb8b6..728030a 100644 --- a/src/main/resources/data/minecraft/tags/block/mineable/axe.json +++ b/src/main/resources/data/minecraft/tags/block/mineable/axe.json @@ -11,6 +11,194 @@ "rounded:treated_birch_planks", "rounded:treated_cherry_planks", "rounded:treated_mangrove_planks", - "rounded:treated_bamboo_planks" + "rounded:treated_bamboo_planks", + { + "required": false, + "id": "rounded:compat/betterend/treated_dragon_tree_planks" + }, + { + "required": false, + "id": "rounded:compat/betterend/treated_end_lotus_planks" + }, + { + "required": false, + "id": "rounded:compat/betterend/treated_helix_tree_planks" + }, + { + "required": false, + "id": "rounded:compat/betterend/treated_jellyshroom_planks" + }, + { + "required": false, + "id": "rounded:compat/betterend/treated_lacugrove_planks" + }, + { + "required": false, + "id": "rounded:compat/betterend/treated_lucernia_planks" + }, + { + "required": false, + "id": "rounded:compat/betterend/treated_mossy_glowshroom_planks" + }, + { + "required": false, + "id": "rounded:compat/betterend/treated_pythadendron_planks" + }, + { + "required": false, + "id": "rounded:compat/betterend/treated_tenanea_planks" + }, + { + "required": false, + "id": "rounded:compat/betterend/treated_umbrella_tree_planks" + }, + { + "required": false, + "id": "rounded:compat/betternether/treated_anchor_tree_planks" + }, + { + "required": false, + "id": "rounded:compat/betternether/treated_mushroom_fir_planks" + }, + { + "required": false, + "id": "rounded:compat/betternether/treated_nether_mushroom_planks" + }, + { + "required": false, + "id": "rounded:compat/betternether/treated_nether_reed_planks" + }, + { + "required": false, + "id": "rounded:compat/betternether/treated_nether_sakura_planks" + }, + { + "required": false, + "id": "rounded:compat/betternether/treated_rubeus_planks" + }, + { + "required": false, + "id": "rounded:compat/betternether/treated_stalagnate_planks" + }, + { + "required": false, + "id": "rounded:compat/betternether/treated_wart_planks" + }, + { + "required": false, + "id": "rounded:compat/betternether/treated_willow_planks" + }, + { + "required": false, + "id": "rounded:compat/biomesoplenty/treated_dead_planks" + }, + { + "required": false, + "id": "rounded:compat/biomesoplenty/treated_empyreal_planks" + }, + { + "required": false, + "id": "rounded:compat/biomesoplenty/treated_fir_planks" + }, + { + "required": false, + "id": "rounded:compat/biomesoplenty/treated_hellbark_planks" + }, + { + "required": false, + "id": "rounded:compat/biomesoplenty/treated_jacaranda_planks" + }, + { + "required": false, + "id": "rounded:compat/biomesoplenty/treated_magic_planks" + }, + { + "required": false, + "id": "rounded:compat/biomesoplenty/treated_mahogany_planks" + }, + { + "required": false, + "id": "rounded:compat/biomesoplenty/treated_maple_planks" + }, + { + "required": false, + "id": "rounded:compat/biomesoplenty/treated_palm_planks" + }, + { + "required": false, + "id": "rounded:compat/biomesoplenty/treated_pine_planks" + }, + { + "required": false, + "id": "rounded:compat/biomesoplenty/treated_redwood_planks" + }, + { + "required": false, + "id": "rounded:compat/biomesoplenty/treated_umbran_planks" + }, + { + "required": false, + "id": "rounded:compat/biomesoplenty/treated_willow_planks" + }, + { + "required": false, + "id": "rounded:compat/cinderscapes/treated_scorched_planks" + }, + { + "required": false, + "id": "rounded:compat/cinderscapes/treated_umbral_planks" + }, + { + "required": false, + "id": "rounded:compat/terrestria/treated_cypress_planks" + }, + { + "required": false, + "id": "rounded:compat/terrestria/treated_hemlock_planks" + }, + { + "required": false, + "id": "rounded:compat/terrestria/treated_japanese_maple_planks" + }, + { + "required": false, + "id": "rounded:compat/terrestria/treated_rainbow_eucalyptus_planks" + }, + { + "required": false, + "id": "rounded:compat/terrestria/treated_redwood_planks" + }, + { + "required": false, + "id": "rounded:compat/terrestria/treated_rubber_planks" + }, + { + "required": false, + "id": "rounded:compat/terrestria/treated_sakura_planks" + }, + { + "required": false, + "id": "rounded:compat/terrestria/treated_willow_planks" + }, + { + "required": false, + "id": "rounded:compat/terrestria/treated_yucca_palm_planks" + }, + { + "required": false, + "id": "rounded:compat/traverse/treated_fir_planks" + }, + { + "required": false, + "id": "rounded:compat/wilderwild/treated_baobab_planks" + }, + { + "required": false, + "id": "rounded:compat/wilderwild/treated_cypress_planks" + }, + { + "required": false, + "id": "rounded:compat/wilderwild/treated_palm_planks" + } ] } diff --git a/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/betternether/treated_wart_planks b/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/betternether/treated_wart_planks new file mode 100644 index 0000000..93542b9 --- /dev/null +++ b/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/betternether/treated_wart_planks @@ -0,0 +1,40 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_log": { + "conditions": { + "items": [ + { + "items": "minecraft:honeycomb" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "rounded:compat/betternether/treated_wart_planks" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_log" + ] + ], + "rewards": { + "recipes": [ + "rounded:compat/betternether/treated_wart_planks" + ] + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "betternether" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/betternether/treated_willow_planks b/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/betternether/treated_willow_planks new file mode 100644 index 0000000..8cd7f53 --- /dev/null +++ b/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/betternether/treated_willow_planks @@ -0,0 +1,40 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_log": { + "conditions": { + "items": [ + { + "items": "minecraft:honeycomb" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "rounded:compat/betternether/treated_willow_planks" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_log" + ] + ], + "rewards": { + "recipes": [ + "rounded:compat/betternether/treated_willow_planks" + ] + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "betternether" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/terrestria/treated_yucca_palm_planks b/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/terrestria/treated_yucca_palm_planks new file mode 100644 index 0000000..98f29f4 --- /dev/null +++ b/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/terrestria/treated_yucca_palm_planks @@ -0,0 +1,40 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_log": { + "conditions": { + "items": [ + { + "items": "minecraft:honeycomb" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "rounded:compat/terrestria/treated_yucca_palm_planks" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_log" + ] + ], + "rewards": { + "recipes": [ + "rounded:compat/terrestria/treated_yucca_palm_planks" + ] + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "terrestria" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/loot_table/blocks/compat/betterend/treated_dragon_tree_planks.json b/src/main/resources/data/rounded/loot_table/blocks/compat/betterend/treated_dragon_tree_planks.json new file mode 100644 index 0000000..cb313a9 --- /dev/null +++ b/src/main/resources/data/rounded/loot_table/blocks/compat/betterend/treated_dragon_tree_planks.json @@ -0,0 +1,29 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "rounded:compat/betterend/treated_dragon_tree_planks" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "rounded:blocks/compat/betterend/treated_dragon_tree_planks", + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "betterend" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/loot_table/blocks/compat/betterend/treated_end_lotus_planks.json b/src/main/resources/data/rounded/loot_table/blocks/compat/betterend/treated_end_lotus_planks.json new file mode 100644 index 0000000..ffc8417 --- /dev/null +++ b/src/main/resources/data/rounded/loot_table/blocks/compat/betterend/treated_end_lotus_planks.json @@ -0,0 +1,29 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "rounded:compat/betterend/treated_end_lotus_planks" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "rounded:blocks/compat/betterend/treated_end_lotus_planks", + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "betterend" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/loot_table/blocks/compat/betterend/treated_helix_tree_planks.json b/src/main/resources/data/rounded/loot_table/blocks/compat/betterend/treated_helix_tree_planks.json new file mode 100644 index 0000000..ba3d467 --- /dev/null +++ b/src/main/resources/data/rounded/loot_table/blocks/compat/betterend/treated_helix_tree_planks.json @@ -0,0 +1,29 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "rounded:compat/betterend/treated_helix_tree_planks" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "rounded:blocks/compat/betterend/treated_helix_tree_planks", + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "betterend" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/loot_table/blocks/compat/betterend/treated_jellyshroom_planks.json b/src/main/resources/data/rounded/loot_table/blocks/compat/betterend/treated_jellyshroom_planks.json new file mode 100644 index 0000000..6c54891 --- /dev/null +++ b/src/main/resources/data/rounded/loot_table/blocks/compat/betterend/treated_jellyshroom_planks.json @@ -0,0 +1,29 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "rounded:compat/betterend/treated_jellyshroom_planks" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "rounded:blocks/compat/betterend/treated_jellyshroom_planks", + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "betterend" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/loot_table/blocks/compat/betterend/treated_lacugrove_planks.json b/src/main/resources/data/rounded/loot_table/blocks/compat/betterend/treated_lacugrove_planks.json new file mode 100644 index 0000000..e887b61 --- /dev/null +++ b/src/main/resources/data/rounded/loot_table/blocks/compat/betterend/treated_lacugrove_planks.json @@ -0,0 +1,29 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "rounded:compat/betterend/treated_lacugrove_planks" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "rounded:blocks/compat/betterend/treated_lacugrove_planks", + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "betterend" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/loot_table/blocks/compat/betterend/treated_lucernia_planks.json b/src/main/resources/data/rounded/loot_table/blocks/compat/betterend/treated_lucernia_planks.json new file mode 100644 index 0000000..bcce58d --- /dev/null +++ b/src/main/resources/data/rounded/loot_table/blocks/compat/betterend/treated_lucernia_planks.json @@ -0,0 +1,29 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "rounded:compat/betterend/treated_lucernia_planks" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "rounded:blocks/compat/betterend/treated_lucernia_planks", + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "betterend" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/loot_table/blocks/compat/betterend/treated_mossy_glowshroom_planks.json b/src/main/resources/data/rounded/loot_table/blocks/compat/betterend/treated_mossy_glowshroom_planks.json new file mode 100644 index 0000000..2b75977 --- /dev/null +++ b/src/main/resources/data/rounded/loot_table/blocks/compat/betterend/treated_mossy_glowshroom_planks.json @@ -0,0 +1,29 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "rounded:compat/betterend/treated_mossy_glowshroom_planks" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "rounded:blocks/compat/betterend/treated_mossy_glowshroom_planks", + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "betterend" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/loot_table/blocks/compat/betterend/treated_pythadendron_planks.json b/src/main/resources/data/rounded/loot_table/blocks/compat/betterend/treated_pythadendron_planks.json new file mode 100644 index 0000000..8aca061 --- /dev/null +++ b/src/main/resources/data/rounded/loot_table/blocks/compat/betterend/treated_pythadendron_planks.json @@ -0,0 +1,29 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "rounded:compat/betterend/treated_pythadendron_planks" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "rounded:blocks/compat/betterend/treated_pythadendron_planks", + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "betterend" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/loot_table/blocks/compat/betterend/treated_tenanea_planks.json b/src/main/resources/data/rounded/loot_table/blocks/compat/betterend/treated_tenanea_planks.json new file mode 100644 index 0000000..0fac62f --- /dev/null +++ b/src/main/resources/data/rounded/loot_table/blocks/compat/betterend/treated_tenanea_planks.json @@ -0,0 +1,29 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "rounded:compat/betterend/treated_tenanea_planks" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "rounded:blocks/compat/betterend/treated_tenanea_planks", + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "betterend" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/loot_table/blocks/compat/betterend/treated_umbrella_tree_planks.json b/src/main/resources/data/rounded/loot_table/blocks/compat/betterend/treated_umbrella_tree_planks.json new file mode 100644 index 0000000..9014479 --- /dev/null +++ b/src/main/resources/data/rounded/loot_table/blocks/compat/betterend/treated_umbrella_tree_planks.json @@ -0,0 +1,29 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "rounded:compat/betterend/treated_umbrella_tree_planks" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "rounded:blocks/compat/betterend/treated_umbrella_tree_planks", + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "betterend" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/loot_table/blocks/compat/betternether/treated_anchor_tree_planks.json b/src/main/resources/data/rounded/loot_table/blocks/compat/betternether/treated_anchor_tree_planks.json new file mode 100644 index 0000000..c98e4f2 --- /dev/null +++ b/src/main/resources/data/rounded/loot_table/blocks/compat/betternether/treated_anchor_tree_planks.json @@ -0,0 +1,29 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "rounded:compat/betternether/treated_anchor_tree_planks" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "rounded:blocks/compat/betternether/treated_anchor_tree_planks", + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "betternether" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/loot_table/blocks/compat/betternether/treated_mushroom_fir_planks.json b/src/main/resources/data/rounded/loot_table/blocks/compat/betternether/treated_mushroom_fir_planks.json new file mode 100644 index 0000000..7db97dc --- /dev/null +++ b/src/main/resources/data/rounded/loot_table/blocks/compat/betternether/treated_mushroom_fir_planks.json @@ -0,0 +1,29 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "rounded:compat/betternether/treated_mushroom_fir_planks" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "rounded:blocks/compat/betternether/treated_mushroom_fir_planks", + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "betternether" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/loot_table/blocks/compat/betternether/treated_nether_mushroom_planks.json b/src/main/resources/data/rounded/loot_table/blocks/compat/betternether/treated_nether_mushroom_planks.json new file mode 100644 index 0000000..0534252 --- /dev/null +++ b/src/main/resources/data/rounded/loot_table/blocks/compat/betternether/treated_nether_mushroom_planks.json @@ -0,0 +1,29 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "rounded:compat/betternether/treated_nether_mushroom_planks" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "rounded:blocks/compat/betternether/treated_nether_mushroom_planks", + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "betternether" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/loot_table/blocks/compat/betternether/treated_nether_reed_planks.json b/src/main/resources/data/rounded/loot_table/blocks/compat/betternether/treated_nether_reed_planks.json new file mode 100644 index 0000000..dd95b97 --- /dev/null +++ b/src/main/resources/data/rounded/loot_table/blocks/compat/betternether/treated_nether_reed_planks.json @@ -0,0 +1,29 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "rounded:compat/betternether/treated_nether_reed_planks" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "rounded:blocks/compat/betternether/treated_nether_reed_planks", + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "betternether" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/loot_table/blocks/compat/betternether/treated_nether_sakura_planks.json b/src/main/resources/data/rounded/loot_table/blocks/compat/betternether/treated_nether_sakura_planks.json new file mode 100644 index 0000000..342c6b1 --- /dev/null +++ b/src/main/resources/data/rounded/loot_table/blocks/compat/betternether/treated_nether_sakura_planks.json @@ -0,0 +1,29 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "rounded:compat/betternether/treated_nether_sakura_planks" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "rounded:blocks/compat/betternether/treated_nether_sakura_planks", + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "betternether" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/loot_table/blocks/compat/betternether/treated_rubeus_planks.json b/src/main/resources/data/rounded/loot_table/blocks/compat/betternether/treated_rubeus_planks.json new file mode 100644 index 0000000..900741a --- /dev/null +++ b/src/main/resources/data/rounded/loot_table/blocks/compat/betternether/treated_rubeus_planks.json @@ -0,0 +1,29 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "rounded:compat/betternether/treated_rubeus_planks" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "rounded:blocks/compat/betternether/treated_rubeus_planks", + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "betternether" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/loot_table/blocks/compat/betternether/treated_stalagnate_planks.json b/src/main/resources/data/rounded/loot_table/blocks/compat/betternether/treated_stalagnate_planks.json new file mode 100644 index 0000000..6cc5932 --- /dev/null +++ b/src/main/resources/data/rounded/loot_table/blocks/compat/betternether/treated_stalagnate_planks.json @@ -0,0 +1,29 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "rounded:compat/betternether/treated_stalagnate_planks" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "rounded:blocks/compat/betternether/treated_stalagnate_planks", + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "betternether" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/loot_table/blocks/compat/betternether/treated_wart_planks.json b/src/main/resources/data/rounded/loot_table/blocks/compat/betternether/treated_wart_planks.json new file mode 100644 index 0000000..5ae1fd2 --- /dev/null +++ b/src/main/resources/data/rounded/loot_table/blocks/compat/betternether/treated_wart_planks.json @@ -0,0 +1,29 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "rounded:compat/betternether/treated_wart_planks" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "rounded:blocks/compat/betternether/treated_wart_planks", + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "betternether" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/loot_table/blocks/compat/betternether/treated_willow_planks.json b/src/main/resources/data/rounded/loot_table/blocks/compat/betternether/treated_willow_planks.json new file mode 100644 index 0000000..1ed8c72 --- /dev/null +++ b/src/main/resources/data/rounded/loot_table/blocks/compat/betternether/treated_willow_planks.json @@ -0,0 +1,29 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "rounded:compat/betternether/treated_willow_planks" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "rounded:blocks/compat/betternether/treated_willow_planks", + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "betternether" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/loot_table/blocks/compat/biomesoplenty/treated_dead_planks.json b/src/main/resources/data/rounded/loot_table/blocks/compat/biomesoplenty/treated_dead_planks.json new file mode 100644 index 0000000..3d77f79 --- /dev/null +++ b/src/main/resources/data/rounded/loot_table/blocks/compat/biomesoplenty/treated_dead_planks.json @@ -0,0 +1,29 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "rounded:compat/biomesoplenty/treated_dead_planks" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "rounded:blocks/compat/biomesoplenty/treated_dead_planks", + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "biomesoplenty" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/loot_table/blocks/compat/biomesoplenty/treated_empyreal_planks.json b/src/main/resources/data/rounded/loot_table/blocks/compat/biomesoplenty/treated_empyreal_planks.json new file mode 100644 index 0000000..a1905cd --- /dev/null +++ b/src/main/resources/data/rounded/loot_table/blocks/compat/biomesoplenty/treated_empyreal_planks.json @@ -0,0 +1,29 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "rounded:compat/biomesoplenty/treated_empyreal_planks" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "rounded:blocks/compat/biomesoplenty/treated_empyreal_planks", + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "biomesoplenty" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/loot_table/blocks/compat/biomesoplenty/treated_fir_planks.json b/src/main/resources/data/rounded/loot_table/blocks/compat/biomesoplenty/treated_fir_planks.json new file mode 100644 index 0000000..dbed015 --- /dev/null +++ b/src/main/resources/data/rounded/loot_table/blocks/compat/biomesoplenty/treated_fir_planks.json @@ -0,0 +1,29 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "rounded:compat/biomesoplenty/treated_fir_planks" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "rounded:blocks/compat/biomesoplenty/treated_fir_planks", + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "biomesoplenty" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/loot_table/blocks/compat/biomesoplenty/treated_hellbark_planks.json b/src/main/resources/data/rounded/loot_table/blocks/compat/biomesoplenty/treated_hellbark_planks.json new file mode 100644 index 0000000..7486768 --- /dev/null +++ b/src/main/resources/data/rounded/loot_table/blocks/compat/biomesoplenty/treated_hellbark_planks.json @@ -0,0 +1,29 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "rounded:compat/biomesoplenty/treated_hellbark_planks" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "rounded:blocks/compat/biomesoplenty/treated_hellbark_planks", + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "biomesoplenty" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/loot_table/blocks/compat/biomesoplenty/treated_jacaranda_planks.json b/src/main/resources/data/rounded/loot_table/blocks/compat/biomesoplenty/treated_jacaranda_planks.json new file mode 100644 index 0000000..2d2d46a --- /dev/null +++ b/src/main/resources/data/rounded/loot_table/blocks/compat/biomesoplenty/treated_jacaranda_planks.json @@ -0,0 +1,29 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "rounded:compat/biomesoplenty/treated_jacaranda_planks" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "rounded:blocks/compat/biomesoplenty/treated_jacaranda_planks", + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "biomesoplenty" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/loot_table/blocks/compat/biomesoplenty/treated_magic_planks.json b/src/main/resources/data/rounded/loot_table/blocks/compat/biomesoplenty/treated_magic_planks.json new file mode 100644 index 0000000..32b68f0 --- /dev/null +++ b/src/main/resources/data/rounded/loot_table/blocks/compat/biomesoplenty/treated_magic_planks.json @@ -0,0 +1,29 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "rounded:compat/biomesoplenty/treated_magic_planks" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "rounded:blocks/compat/biomesoplenty/treated_magic_planks", + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "biomesoplenty" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/loot_table/blocks/compat/biomesoplenty/treated_mahogany_planks.json b/src/main/resources/data/rounded/loot_table/blocks/compat/biomesoplenty/treated_mahogany_planks.json new file mode 100644 index 0000000..9cf5628 --- /dev/null +++ b/src/main/resources/data/rounded/loot_table/blocks/compat/biomesoplenty/treated_mahogany_planks.json @@ -0,0 +1,29 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "rounded:compat/biomesoplenty/treated_mahogany_planks" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "rounded:blocks/compat/biomesoplenty/treated_mahogany_planks", + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "biomesoplenty" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/loot_table/blocks/compat/biomesoplenty/treated_maple_planks.json b/src/main/resources/data/rounded/loot_table/blocks/compat/biomesoplenty/treated_maple_planks.json new file mode 100644 index 0000000..bd870b5 --- /dev/null +++ b/src/main/resources/data/rounded/loot_table/blocks/compat/biomesoplenty/treated_maple_planks.json @@ -0,0 +1,29 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "rounded:compat/biomesoplenty/treated_maple_planks" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "rounded:blocks/compat/biomesoplenty/treated_maple_planks", + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "biomesoplenty" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/loot_table/blocks/compat/biomesoplenty/treated_palm_planks.json b/src/main/resources/data/rounded/loot_table/blocks/compat/biomesoplenty/treated_palm_planks.json new file mode 100644 index 0000000..899c0c7 --- /dev/null +++ b/src/main/resources/data/rounded/loot_table/blocks/compat/biomesoplenty/treated_palm_planks.json @@ -0,0 +1,29 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "rounded:compat/biomesoplenty/treated_palm_planks" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "rounded:blocks/compat/biomesoplenty/treated_palm_planks", + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "biomesoplenty" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/loot_table/blocks/compat/biomesoplenty/treated_pine_planks.json b/src/main/resources/data/rounded/loot_table/blocks/compat/biomesoplenty/treated_pine_planks.json new file mode 100644 index 0000000..8f85422 --- /dev/null +++ b/src/main/resources/data/rounded/loot_table/blocks/compat/biomesoplenty/treated_pine_planks.json @@ -0,0 +1,29 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "rounded:compat/biomesoplenty/treated_pine_planks" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "rounded:blocks/compat/biomesoplenty/treated_pine_planks", + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "biomesoplenty" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/loot_table/blocks/compat/biomesoplenty/treated_redwood_planks.json b/src/main/resources/data/rounded/loot_table/blocks/compat/biomesoplenty/treated_redwood_planks.json new file mode 100644 index 0000000..47725b3 --- /dev/null +++ b/src/main/resources/data/rounded/loot_table/blocks/compat/biomesoplenty/treated_redwood_planks.json @@ -0,0 +1,29 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "rounded:compat/biomesoplenty/treated_redwood_planks" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "rounded:blocks/compat/biomesoplenty/treated_redwood_planks", + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "biomesoplenty" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/loot_table/blocks/compat/biomesoplenty/treated_umbran_planks.json b/src/main/resources/data/rounded/loot_table/blocks/compat/biomesoplenty/treated_umbran_planks.json new file mode 100644 index 0000000..3f20dca --- /dev/null +++ b/src/main/resources/data/rounded/loot_table/blocks/compat/biomesoplenty/treated_umbran_planks.json @@ -0,0 +1,29 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "rounded:compat/biomesoplenty/treated_umbran_planks" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "rounded:blocks/compat/biomesoplenty/treated_umbran_planks", + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "biomesoplenty" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/loot_table/blocks/compat/biomesoplenty/treated_willow_planks.json b/src/main/resources/data/rounded/loot_table/blocks/compat/biomesoplenty/treated_willow_planks.json new file mode 100644 index 0000000..6b5b441 --- /dev/null +++ b/src/main/resources/data/rounded/loot_table/blocks/compat/biomesoplenty/treated_willow_planks.json @@ -0,0 +1,29 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "rounded:compat/biomesoplenty/treated_willow_planks" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "rounded:blocks/compat/biomesoplenty/treated_willow_planks", + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "biomesoplenty" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/loot_table/blocks/compat/cinderscapes/treated_scorched_planks.json b/src/main/resources/data/rounded/loot_table/blocks/compat/cinderscapes/treated_scorched_planks.json new file mode 100644 index 0000000..bf324bd --- /dev/null +++ b/src/main/resources/data/rounded/loot_table/blocks/compat/cinderscapes/treated_scorched_planks.json @@ -0,0 +1,29 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "rounded:compat/cinderscapes/treated_scorched_planks" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "rounded:blocks/compat/cinderscapes/treated_scorched_planks", + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "cinderscapes" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/loot_table/blocks/compat/cinderscapes/treated_umbral_planks.json b/src/main/resources/data/rounded/loot_table/blocks/compat/cinderscapes/treated_umbral_planks.json new file mode 100644 index 0000000..8fd4c83 --- /dev/null +++ b/src/main/resources/data/rounded/loot_table/blocks/compat/cinderscapes/treated_umbral_planks.json @@ -0,0 +1,29 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "rounded:compat/cinderscapes/treated_umbral_planks" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "rounded:blocks/compat/cinderscapes/treated_umbral_planks", + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "cinderscapes" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/loot_table/blocks/compat/terrestria/treated_cypress_planks.json b/src/main/resources/data/rounded/loot_table/blocks/compat/terrestria/treated_cypress_planks.json new file mode 100644 index 0000000..82a4801 --- /dev/null +++ b/src/main/resources/data/rounded/loot_table/blocks/compat/terrestria/treated_cypress_planks.json @@ -0,0 +1,29 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "rounded:compat/terrestria/treated_cypress_planks" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "rounded:blocks/compat/terrestria/treated_cypress_planks", + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "terrestria" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/loot_table/blocks/compat/terrestria/treated_hemlock_planks.json b/src/main/resources/data/rounded/loot_table/blocks/compat/terrestria/treated_hemlock_planks.json new file mode 100644 index 0000000..489d732 --- /dev/null +++ b/src/main/resources/data/rounded/loot_table/blocks/compat/terrestria/treated_hemlock_planks.json @@ -0,0 +1,29 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "rounded:compat/terrestria/treated_hemlock_planks" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "rounded:blocks/compat/terrestria/treated_hemlock_planks", + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "terrestria" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/loot_table/blocks/compat/terrestria/treated_japanese_maple_planks.json b/src/main/resources/data/rounded/loot_table/blocks/compat/terrestria/treated_japanese_maple_planks.json new file mode 100644 index 0000000..20cc8e9 --- /dev/null +++ b/src/main/resources/data/rounded/loot_table/blocks/compat/terrestria/treated_japanese_maple_planks.json @@ -0,0 +1,29 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "rounded:compat/terrestria/treated_japanese_maple_planks" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "rounded:blocks/compat/terrestria/treated_japanese_maple_planks", + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "terrestria" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/loot_table/blocks/compat/terrestria/treated_rainbow_eucalyptus_planks.json b/src/main/resources/data/rounded/loot_table/blocks/compat/terrestria/treated_rainbow_eucalyptus_planks.json new file mode 100644 index 0000000..1e38251 --- /dev/null +++ b/src/main/resources/data/rounded/loot_table/blocks/compat/terrestria/treated_rainbow_eucalyptus_planks.json @@ -0,0 +1,29 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "rounded:compat/terrestria/treated_rainbow_eucalyptus_planks" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "rounded:blocks/compat/terrestria/treated_rainbow_eucalyptus_planks", + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "terrestria" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/loot_table/blocks/compat/terrestria/treated_redwood_planks.json b/src/main/resources/data/rounded/loot_table/blocks/compat/terrestria/treated_redwood_planks.json new file mode 100644 index 0000000..1c136a0 --- /dev/null +++ b/src/main/resources/data/rounded/loot_table/blocks/compat/terrestria/treated_redwood_planks.json @@ -0,0 +1,29 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "rounded:compat/terrestria/treated_redwood_planks" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "rounded:blocks/compat/terrestria/treated_redwood_planks", + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "terrestria" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/loot_table/blocks/compat/terrestria/treated_rubber_planks.json b/src/main/resources/data/rounded/loot_table/blocks/compat/terrestria/treated_rubber_planks.json new file mode 100644 index 0000000..3b439c7 --- /dev/null +++ b/src/main/resources/data/rounded/loot_table/blocks/compat/terrestria/treated_rubber_planks.json @@ -0,0 +1,29 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "rounded:compat/terrestria/treated_rubber_planks" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "rounded:blocks/compat/terrestria/treated_rubber_planks", + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "terrestria" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/loot_table/blocks/compat/terrestria/treated_sakura_planks.json b/src/main/resources/data/rounded/loot_table/blocks/compat/terrestria/treated_sakura_planks.json new file mode 100644 index 0000000..832e8e0 --- /dev/null +++ b/src/main/resources/data/rounded/loot_table/blocks/compat/terrestria/treated_sakura_planks.json @@ -0,0 +1,29 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "rounded:compat/terrestria/treated_sakura_planks" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "rounded:blocks/compat/terrestria/treated_sakura_planks", + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "terrestria" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/loot_table/blocks/compat/terrestria/treated_willow_planks.json b/src/main/resources/data/rounded/loot_table/blocks/compat/terrestria/treated_willow_planks.json new file mode 100644 index 0000000..b238e0a --- /dev/null +++ b/src/main/resources/data/rounded/loot_table/blocks/compat/terrestria/treated_willow_planks.json @@ -0,0 +1,29 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "rounded:compat/terrestria/treated_willow_planks" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "rounded:blocks/compat/terrestria/treated_willow_planks", + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "terrestria" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/loot_table/blocks/compat/terrestria/treated_yucca_palm_planks.json b/src/main/resources/data/rounded/loot_table/blocks/compat/terrestria/treated_yucca_palm_planks.json new file mode 100644 index 0000000..b5ea7fd --- /dev/null +++ b/src/main/resources/data/rounded/loot_table/blocks/compat/terrestria/treated_yucca_palm_planks.json @@ -0,0 +1,29 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "rounded:compat/terrestria/treated_yucca_palm_planks" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "rounded:blocks/compat/terrestria/treated_yucca_palm_planks", + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "terrestria" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/loot_table/blocks/compat/traverse/treated_fir_planks.json b/src/main/resources/data/rounded/loot_table/blocks/compat/traverse/treated_fir_planks.json new file mode 100644 index 0000000..3e005d9 --- /dev/null +++ b/src/main/resources/data/rounded/loot_table/blocks/compat/traverse/treated_fir_planks.json @@ -0,0 +1,29 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "rounded:compat/traverse/treated_fir_planks" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "rounded:blocks/compat/traverse/treated_fir_planks", + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "traverse" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/loot_table/blocks/compat/wilderwild/treated_baobab_planks.json b/src/main/resources/data/rounded/loot_table/blocks/compat/wilderwild/treated_baobab_planks.json new file mode 100644 index 0000000..670df67 --- /dev/null +++ b/src/main/resources/data/rounded/loot_table/blocks/compat/wilderwild/treated_baobab_planks.json @@ -0,0 +1,29 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "rounded:compat/wilderwild/treated_baobab_planks" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "rounded:blocks/compat/wilderwild/treated_baobab_planks", + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "wilderwild" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/loot_table/blocks/compat/wilderwild/treated_cypress_planks.json b/src/main/resources/data/rounded/loot_table/blocks/compat/wilderwild/treated_cypress_planks.json new file mode 100644 index 0000000..5e5c58f --- /dev/null +++ b/src/main/resources/data/rounded/loot_table/blocks/compat/wilderwild/treated_cypress_planks.json @@ -0,0 +1,29 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "rounded:compat/wilderwild/treated_cypress_planks" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "rounded:blocks/compat/wilderwild/treated_cypress_planks", + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "wilderwild" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/loot_table/blocks/compat/wilderwild/treated_palm_planks.json b/src/main/resources/data/rounded/loot_table/blocks/compat/wilderwild/treated_palm_planks.json new file mode 100644 index 0000000..c2ffff2 --- /dev/null +++ b/src/main/resources/data/rounded/loot_table/blocks/compat/wilderwild/treated_palm_planks.json @@ -0,0 +1,29 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "rounded:compat/wilderwild/treated_palm_planks" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "rounded:blocks/compat/wilderwild/treated_palm_planks", + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "wilderwild" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/recipe/compat/betternether/treated_wart_planks b/src/main/resources/data/rounded/recipe/compat/betternether/treated_wart_planks new file mode 100644 index 0000000..d23d342 --- /dev/null +++ b/src/main/resources/data/rounded/recipe/compat/betternether/treated_wart_planks @@ -0,0 +1,30 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "group": "rounded:treated_planks", + "key": { + "#": { + "item": "betternether:wart_planks" + }, + "X": { + "item": "minecraft:honeycomb" + } + }, + "pattern": [ + "###", + "#X#", + "###" + ], + "result": { + "count": 8, + "id": "rounded:compat/betternether/treated_wart_planks" + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "betternether" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/recipe/compat/betternether/treated_willow_planks b/src/main/resources/data/rounded/recipe/compat/betternether/treated_willow_planks new file mode 100644 index 0000000..bfbe48b --- /dev/null +++ b/src/main/resources/data/rounded/recipe/compat/betternether/treated_willow_planks @@ -0,0 +1,30 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "group": "rounded:treated_planks", + "key": { + "#": { + "item": "betternether:willow_planks" + }, + "X": { + "item": "minecraft:honeycomb" + } + }, + "pattern": [ + "###", + "#X#", + "###" + ], + "result": { + "count": 8, + "id": "rounded:compat/betternether/treated_willow_planks" + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "betternether" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/recipe/compat/terrestria/treated_yucca_palm_planks b/src/main/resources/data/rounded/recipe/compat/terrestria/treated_yucca_palm_planks new file mode 100644 index 0000000..44be72a --- /dev/null +++ b/src/main/resources/data/rounded/recipe/compat/terrestria/treated_yucca_palm_planks @@ -0,0 +1,30 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "group": "rounded:treated_planks", + "key": { + "#": { + "item": "terrestria:yucca_palm_planks" + }, + "X": { + "item": "minecraft:honeycomb" + } + }, + "pattern": [ + "###", + "#X#", + "###" + ], + "result": { + "count": 8, + "id": "rounded:compat/terrestria/treated_yucca_palm_planks" + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "terrestria" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/tags/item/treated_planks.json b/src/main/resources/data/rounded/tags/item/treated_planks.json index f259f2b..b5000d1 100644 --- a/src/main/resources/data/rounded/tags/item/treated_planks.json +++ b/src/main/resources/data/rounded/tags/item/treated_planks.json @@ -203,6 +203,18 @@ { "required": false, "id": "rounded:compat/wilderwild/treated_palm_planks" + }, + { + "required": false, + "id": "rounded:compat/betternether/treated_wart_planks" + }, + { + "required": false, + "id": "rounded:compat/betternether/treated_willow_planks" + }, + { + "required": false, + "id": "rounded:compat/terrestria/treated_yucca_palm_planks" } ] }