From 10e3281c34ce11daa29032e7689fda5d99befa90 Mon Sep 17 00:00:00 2001 From: lumiscosity Date: Wed, 17 Jul 2024 22:49:28 +0000 Subject: [PATCH] add automatic compat generator + more compat start --- generator.py | 205 ++++++++++++++++++ gradle.properties | 2 +- .../betterend/treated_dragon_tree_planks | 7 + .../compat/betterend/treated_end_lotus_planks | 7 + .../betterend/treated_helix_tree_planks | 7 + .../betterend/treated_jellyshroom_planks | 7 + .../compat/betterend/treated_lacugrove_planks | 7 + .../compat/betterend/treated_lucernia_planks | 7 + .../betterend/treated_mossy_glowshroom_planks | 7 + .../betterend/treated_pythadendron_planks | 7 + .../compat/betterend/treated_tenanea_planks | 7 + .../betterend/treated_umbrella_tree_planks | 7 + .../betternether/treated_anchor_tree_planks | 7 + .../betternether/treated_mushroom_fir_planks | 7 + .../treated_nether_mushroom_planks | 7 + .../betternether/treated_nether_reed_planks | 7 + .../betternether/treated_nether_sakura_planks | 7 + .../compat/betternether/treated_rubeus_planks | 7 + .../betternether/treated_stalagnate_planks | 7 + .../betternether/treated_wart_planks_planks | 7 + .../betternether/treated_willow_planks_planks | 7 + .../compat/biomesoplenty/treated_dead_planks | 7 + .../biomesoplenty/treated_empyreal_planks | 7 + .../compat/biomesoplenty/treated_fir_planks | 7 + .../biomesoplenty/treated_hellbark_planks | 7 + .../biomesoplenty/treated_jacaranda_planks | 7 + .../compat/biomesoplenty/treated_magic_planks | 7 + .../biomesoplenty/treated_mahogany_planks | 7 + .../compat/biomesoplenty/treated_maple_planks | 7 + .../compat/biomesoplenty/treated_palm_planks | 7 + .../compat/biomesoplenty/treated_pine_planks | 7 + .../biomesoplenty/treated_redwood_planks | 7 + .../biomesoplenty/treated_umbran_planks | 7 + .../biomesoplenty/treated_willow_planks | 7 + .../cinderscapes/treated_scorched_planks | 7 + .../compat/cinderscapes/treated_umbral_planks | 7 + .../compat/terrestria/treated_cypress_planks | 7 + .../compat/terrestria/treated_hemlock_planks | 7 + .../terrestria/treated_japanese_maple_planks | 7 + .../treated_rainbow_eucalyptus_planks | 7 + .../compat/terrestria/treated_redwood_planks | 7 + .../compat/terrestria/treated_rubber_planks | 7 + .../compat/terrestria/treated_sakura_planks | 7 + .../compat/terrestria/treated_willow_planks | 7 + .../compat/terrestria/treated_yucca_planks | 7 + .../compat/traverse/treated_fir_planks | 7 + .../compat/wilderwild/treated_baobab_planks | 7 + .../compat/wilderwild/treated_cypress_planks | 7 + .../compat/wilderwild/treated_palm_planks | 7 + .../resources/assets/rounded/lang/en_us.json | 49 ++++- .../betterend/treated_dragon_tree_planks | 6 + .../compat/betterend/treated_end_lotus_planks | 6 + .../betterend/treated_helix_tree_planks | 6 + .../betterend/treated_jellyshroom_planks | 6 + .../compat/betterend/treated_lacugrove_planks | 6 + .../compat/betterend/treated_lucernia_planks | 6 + .../betterend/treated_mossy_glowshroom_planks | 6 + .../betterend/treated_pythadendron_planks | 6 + .../compat/betterend/treated_tenanea_planks | 6 + .../betterend/treated_umbrella_tree_planks | 6 + .../betternether/treated_anchor_tree_planks | 6 + .../betternether/treated_mushroom_fir_planks | 6 + .../treated_nether_mushroom_planks | 6 + .../betternether/treated_nether_reed_planks | 6 + .../betternether/treated_nether_sakura_planks | 6 + .../compat/betternether/treated_rubeus_planks | 6 + .../betternether/treated_stalagnate_planks | 6 + .../betternether/treated_wart_planks_planks | 6 + .../betternether/treated_willow_planks_planks | 6 + .../compat/biomesoplenty/treated_dead_planks | 6 + .../biomesoplenty/treated_empyreal_planks | 6 + .../compat/biomesoplenty/treated_fir_planks | 6 + .../biomesoplenty/treated_hellbark_planks | 6 + .../biomesoplenty/treated_jacaranda_planks | 6 + .../compat/biomesoplenty/treated_magic_planks | 6 + .../biomesoplenty/treated_mahogany_planks | 6 + .../compat/biomesoplenty/treated_maple_planks | 6 + .../compat/biomesoplenty/treated_palm_planks | 6 + .../compat/biomesoplenty/treated_pine_planks | 6 + .../biomesoplenty/treated_redwood_planks | 6 + .../biomesoplenty/treated_umbran_planks | 6 + .../biomesoplenty/treated_willow_planks | 6 + .../cinderscapes/treated_scorched_planks | 6 + .../compat/cinderscapes/treated_umbral_planks | 6 + .../compat/terrestria/treated_cypress_planks | 6 + .../compat/terrestria/treated_hemlock_planks | 6 + .../terrestria/treated_japanese_maple_planks | 6 + .../treated_rainbow_eucalyptus_planks | 6 + .../compat/terrestria/treated_redwood_planks | 6 + .../compat/terrestria/treated_rubber_planks | 6 + .../compat/terrestria/treated_sakura_planks | 6 + .../compat/terrestria/treated_willow_planks | 6 + .../compat/terrestria/treated_yucca_planks | 6 + .../block/compat/traverse/treated_fir_planks | 6 + .../compat/wilderwild/treated_baobab_planks | 6 + .../compat/wilderwild/treated_cypress_planks | 6 + .../compat/wilderwild/treated_palm_planks | 6 + .../betterend/treated_dragon_tree_planks | 3 + .../compat/betterend/treated_end_lotus_planks | 3 + .../betterend/treated_helix_tree_planks | 3 + .../betterend/treated_jellyshroom_planks | 3 + .../compat/betterend/treated_lacugrove_planks | 3 + .../compat/betterend/treated_lucernia_planks | 3 + .../betterend/treated_mossy_glowshroom_planks | 3 + .../betterend/treated_pythadendron_planks | 3 + .../compat/betterend/treated_tenanea_planks | 3 + .../betterend/treated_umbrella_tree_planks | 3 + .../betternether/treated_anchor_tree_planks | 3 + .../betternether/treated_mushroom_fir_planks | 3 + .../treated_nether_mushroom_planks | 3 + .../betternether/treated_nether_reed_planks | 3 + .../betternether/treated_nether_sakura_planks | 3 + .../compat/betternether/treated_rubeus_planks | 3 + .../betternether/treated_stalagnate_planks | 3 + .../betternether/treated_wart_planks_planks | 3 + .../betternether/treated_willow_planks_planks | 3 + .../compat/biomesoplenty/treated_dead_planks | 3 + .../biomesoplenty/treated_empyreal_planks | 3 + .../compat/biomesoplenty/treated_fir_planks | 3 + .../biomesoplenty/treated_hellbark_planks | 3 + .../biomesoplenty/treated_jacaranda_planks | 3 + .../compat/biomesoplenty/treated_magic_planks | 3 + .../biomesoplenty/treated_mahogany_planks | 3 + .../compat/biomesoplenty/treated_maple_planks | 3 + .../compat/biomesoplenty/treated_palm_planks | 3 + .../compat/biomesoplenty/treated_pine_planks | 3 + .../biomesoplenty/treated_redwood_planks | 3 + .../biomesoplenty/treated_umbran_planks | 3 + .../biomesoplenty/treated_willow_planks | 3 + .../cinderscapes/treated_scorched_planks | 3 + .../compat/cinderscapes/treated_umbral_planks | 3 + .../compat/terrestria/treated_cypress_planks | 3 + .../compat/terrestria/treated_hemlock_planks | 3 + .../terrestria/treated_japanese_maple_planks | 3 + .../treated_rainbow_eucalyptus_planks | 3 + .../compat/terrestria/treated_redwood_planks | 3 + .../compat/terrestria/treated_rubber_planks | 3 + .../compat/terrestria/treated_sakura_planks | 3 + .../compat/terrestria/treated_willow_planks | 3 + .../compat/terrestria/treated_yucca_planks | 3 + .../item/compat/traverse/treated_fir_planks | 3 + .../compat/wilderwild/treated_baobab_planks | 3 + .../compat/wilderwild/treated_cypress_planks | 3 + .../compat/wilderwild/treated_palm_planks | 3 + .../betterend/treated_dragon_tree_planks.png | Bin 0 -> 292 bytes .../betterend/treated_end_lotus_planks.png | Bin 0 -> 612 bytes .../betterend/treated_helix_tree_planks.png | Bin 0 -> 234 bytes .../betterend/treated_jellyshroom_planks.png | Bin 0 -> 234 bytes .../betterend/treated_lacugrove_planks.png | Bin 0 -> 234 bytes .../betterend/treated_lucernia_planks.png | Bin 0 -> 259 bytes .../treated_mossy_glowshroom_planks.png | Bin 0 -> 234 bytes .../betterend/treated_pythadendron_planks.png | Bin 0 -> 315 bytes .../betterend/treated_tenanea_planks.png | Bin 0 -> 234 bytes .../treated_umbrella_tree_planks.png | Bin 0 -> 234 bytes .../treated_anchor_tree_planks.png | Bin 0 -> 571 bytes .../treated_mushroom_fir_planks.png | Bin 0 -> 233 bytes .../treated_nether_mushroom_planks.png | Bin 0 -> 489 bytes .../treated_nether_reed_planks.png | Bin 0 -> 689 bytes .../treated_nether_sakura_planks.png | Bin 0 -> 644 bytes .../betternether/treated_rubeus_planks.png | Bin 0 -> 276 bytes .../treated_stalagnate_planks.png | Bin 0 -> 597 bytes .../betternether/treated_wart_planks.png | Bin 0 -> 450 bytes .../betternether/treated_willow_planks.png | Bin 0 -> 240 bytes .../biomesoplenty/treated_dead_planks.png | Bin 0 -> 415 bytes .../biomesoplenty/treated_empyreal_planks.png | Bin 0 -> 231 bytes .../biomesoplenty/treated_fir_planks.png | Bin 0 -> 425 bytes .../biomesoplenty/treated_hellbark_planks.png | Bin 0 -> 233 bytes .../treated_jacaranda_planks.png | Bin 0 -> 231 bytes .../biomesoplenty/treated_magic_planks.png | Bin 0 -> 231 bytes .../biomesoplenty/treated_mahogany_planks.png | Bin 0 -> 231 bytes .../biomesoplenty/treated_maple_planks.png | Bin 0 -> 231 bytes .../biomesoplenty/treated_palm_planks.png | Bin 0 -> 435 bytes .../biomesoplenty/treated_pine_planks.png | Bin 0 -> 231 bytes .../biomesoplenty/treated_redwood_planks.png | Bin 0 -> 231 bytes .../biomesoplenty/treated_umbran_planks.png | Bin 0 -> 231 bytes .../biomesoplenty/treated_willow_planks.png | Bin 0 -> 231 bytes .../cinderscapes/treated_scorched_planks.png | Bin 0 -> 622 bytes .../cinderscapes/treated_umbral_planks.png | Bin 0 -> 621 bytes .../terrestria/treated_cypress_planks.png | Bin 0 -> 569 bytes .../terrestria/treated_hemlock_planks.png | Bin 0 -> 575 bytes .../treated_japanese_maple_planks.png | Bin 0 -> 610 bytes .../treated_rainbow_eucalyptus_planks.png | Bin 0 -> 682 bytes .../terrestria/treated_redwood_planks.png | Bin 0 -> 589 bytes .../terrestria/treated_rubber_planks.png | Bin 0 -> 623 bytes .../terrestria/treated_sakura_planks.png | Bin 0 -> 627 bytes .../terrestria/treated_willow_planks.png | Bin 0 -> 612 bytes .../terrestria/treated_yucca_palm_planks.png | Bin 0 -> 623 bytes .../compat/traverse/treated_fir_planks.png | Bin 0 -> 582 bytes .../wilderwild/treated_baobab_planks.png | Bin 0 -> 231 bytes .../wilderwild/treated_cypress_planks.png | Bin 0 -> 231 bytes .../compat/wilderwild/treated_palm_planks.png | Bin 0 -> 232 bytes .../java/com/lumiscosity/rounded/Rounded.java | 4 + .../rounded/compat/BetterEndCompat.java | 22 ++ .../rounded/compat/WilderWildCompat.java | 34 +++ .../betterend/treated_dragon_tree_planks | 40 ++++ .../compat/betterend/treated_end_lotus_planks | 40 ++++ .../betterend/treated_helix_tree_planks | 40 ++++ .../betterend/treated_jellyshroom_planks | 40 ++++ .../compat/betterend/treated_lacugrove_planks | 40 ++++ .../compat/betterend/treated_lucernia_planks | 40 ++++ .../betterend/treated_mossy_glowshroom_planks | 40 ++++ .../betterend/treated_pythadendron_planks | 40 ++++ .../compat/betterend/treated_tenanea_planks | 40 ++++ .../betterend/treated_umbrella_tree_planks | 40 ++++ .../betternether/treated_anchor_tree_planks | 40 ++++ .../betternether/treated_mushroom_fir_planks | 40 ++++ .../treated_nether_mushroom_planks | 40 ++++ .../betternether/treated_nether_reed_planks | 40 ++++ .../betternether/treated_nether_sakura_planks | 40 ++++ .../compat/betternether/treated_rubeus_planks | 40 ++++ .../betternether/treated_stalagnate_planks | 40 ++++ .../betternether/treated_wart_planks_planks | 40 ++++ .../betternether/treated_willow_planks_planks | 40 ++++ .../compat/biomesoplenty/treated_dead_planks | 40 ++++ .../biomesoplenty/treated_empyreal_planks | 40 ++++ .../compat/biomesoplenty/treated_fir_planks | 40 ++++ .../biomesoplenty/treated_hellbark_planks | 40 ++++ .../biomesoplenty/treated_jacaranda_planks | 40 ++++ .../compat/biomesoplenty/treated_magic_planks | 40 ++++ .../biomesoplenty/treated_mahogany_planks | 40 ++++ .../compat/biomesoplenty/treated_maple_planks | 40 ++++ .../compat/biomesoplenty/treated_palm_planks | 40 ++++ .../compat/biomesoplenty/treated_pine_planks | 40 ++++ .../biomesoplenty/treated_redwood_planks | 40 ++++ .../biomesoplenty/treated_umbran_planks | 40 ++++ .../biomesoplenty/treated_willow_planks | 40 ++++ .../cinderscapes/treated_scorched_planks | 40 ++++ .../compat/cinderscapes/treated_umbral_planks | 40 ++++ .../compat/terrestria/treated_cypress_planks | 40 ++++ .../compat/terrestria/treated_hemlock_planks | 40 ++++ .../terrestria/treated_japanese_maple_planks | 40 ++++ .../treated_rainbow_eucalyptus_planks | 40 ++++ .../compat/terrestria/treated_redwood_planks | 40 ++++ .../compat/terrestria/treated_rubber_planks | 40 ++++ .../compat/terrestria/treated_sakura_planks | 40 ++++ .../compat/terrestria/treated_willow_planks | 40 ++++ .../compat/terrestria/treated_yucca_planks | 40 ++++ .../compat/traverse/treated_fir_planks | 40 ++++ .../compat/wilderwild/treated_baobab_planks | 40 ++++ .../compat/wilderwild/treated_cypress_planks | 40 ++++ .../compat/wilderwild/treated_palm_planks | 40 ++++ .../betterend/treated_dragon_tree_planks | 30 +++ .../compat/betterend/treated_end_lotus_planks | 30 +++ .../betterend/treated_helix_tree_planks | 30 +++ .../betterend/treated_jellyshroom_planks | 30 +++ .../compat/betterend/treated_lacugrove_planks | 30 +++ .../compat/betterend/treated_lucernia_planks | 30 +++ .../betterend/treated_mossy_glowshroom_planks | 30 +++ .../betterend/treated_pythadendron_planks | 30 +++ .../compat/betterend/treated_tenanea_planks | 30 +++ .../betterend/treated_umbrella_tree_planks | 30 +++ .../betternether/treated_anchor_tree_planks | 30 +++ .../betternether/treated_mushroom_fir_planks | 30 +++ .../treated_nether_mushroom_planks | 30 +++ .../betternether/treated_nether_reed_planks | 30 +++ .../betternether/treated_nether_sakura_planks | 30 +++ .../compat/betternether/treated_rubeus_planks | 30 +++ .../betternether/treated_stalagnate_planks | 30 +++ .../betternether/treated_wart_planks_planks | 30 +++ .../betternether/treated_willow_planks_planks | 30 +++ .../compat/biomesoplenty/treated_dead_planks | 30 +++ .../biomesoplenty/treated_empyreal_planks | 30 +++ .../compat/biomesoplenty/treated_fir_planks | 30 +++ .../biomesoplenty/treated_hellbark_planks | 30 +++ .../biomesoplenty/treated_jacaranda_planks | 30 +++ .../compat/biomesoplenty/treated_magic_planks | 30 +++ .../biomesoplenty/treated_mahogany_planks | 30 +++ .../compat/biomesoplenty/treated_maple_planks | 30 +++ .../compat/biomesoplenty/treated_palm_planks | 30 +++ .../compat/biomesoplenty/treated_pine_planks | 30 +++ .../biomesoplenty/treated_redwood_planks | 30 +++ .../biomesoplenty/treated_umbran_planks | 30 +++ .../biomesoplenty/treated_willow_planks | 30 +++ .../cinderscapes/treated_scorched_planks | 30 +++ .../compat/cinderscapes/treated_umbral_planks | 30 +++ .../compat/terrestria/treated_cypress_planks | 30 +++ .../compat/terrestria/treated_hemlock_planks | 30 +++ .../terrestria/treated_japanese_maple_planks | 30 +++ .../treated_rainbow_eucalyptus_planks | 30 +++ .../compat/terrestria/treated_redwood_planks | 30 +++ .../compat/terrestria/treated_rubber_planks | 30 +++ .../compat/terrestria/treated_sakura_planks | 30 +++ .../compat/terrestria/treated_willow_planks | 30 +++ .../compat/terrestria/treated_yucca_planks | 30 +++ .../recipe/compat/traverse/treated_fir_planks | 30 +++ .../compat/wilderwild/treated_baobab_planks | 30 +++ .../compat/wilderwild/treated_cypress_planks | 30 +++ .../compat/wilderwild/treated_palm_planks | 30 +++ .../rounded/tags/item/treated_planks.json | 188 ++++++++++++++++ 289 files changed, 4544 insertions(+), 2 deletions(-) create mode 100644 generator.py create mode 100644 src/client/resources/assets/rounded/blockstates/compat/betterend/treated_dragon_tree_planks create mode 100644 src/client/resources/assets/rounded/blockstates/compat/betterend/treated_end_lotus_planks create mode 100644 src/client/resources/assets/rounded/blockstates/compat/betterend/treated_helix_tree_planks create mode 100644 src/client/resources/assets/rounded/blockstates/compat/betterend/treated_jellyshroom_planks create mode 100644 src/client/resources/assets/rounded/blockstates/compat/betterend/treated_lacugrove_planks create mode 100644 src/client/resources/assets/rounded/blockstates/compat/betterend/treated_lucernia_planks create mode 100644 src/client/resources/assets/rounded/blockstates/compat/betterend/treated_mossy_glowshroom_planks create mode 100644 src/client/resources/assets/rounded/blockstates/compat/betterend/treated_pythadendron_planks create mode 100644 src/client/resources/assets/rounded/blockstates/compat/betterend/treated_tenanea_planks create mode 100644 src/client/resources/assets/rounded/blockstates/compat/betterend/treated_umbrella_tree_planks create mode 100644 src/client/resources/assets/rounded/blockstates/compat/betternether/treated_anchor_tree_planks create mode 100644 src/client/resources/assets/rounded/blockstates/compat/betternether/treated_mushroom_fir_planks create mode 100644 src/client/resources/assets/rounded/blockstates/compat/betternether/treated_nether_mushroom_planks create mode 100644 src/client/resources/assets/rounded/blockstates/compat/betternether/treated_nether_reed_planks create mode 100644 src/client/resources/assets/rounded/blockstates/compat/betternether/treated_nether_sakura_planks create mode 100644 src/client/resources/assets/rounded/blockstates/compat/betternether/treated_rubeus_planks create mode 100644 src/client/resources/assets/rounded/blockstates/compat/betternether/treated_stalagnate_planks create mode 100644 src/client/resources/assets/rounded/blockstates/compat/betternether/treated_wart_planks_planks create mode 100644 src/client/resources/assets/rounded/blockstates/compat/betternether/treated_willow_planks_planks create mode 100644 src/client/resources/assets/rounded/blockstates/compat/biomesoplenty/treated_dead_planks create mode 100644 src/client/resources/assets/rounded/blockstates/compat/biomesoplenty/treated_empyreal_planks create mode 100644 src/client/resources/assets/rounded/blockstates/compat/biomesoplenty/treated_fir_planks create mode 100644 src/client/resources/assets/rounded/blockstates/compat/biomesoplenty/treated_hellbark_planks create mode 100644 src/client/resources/assets/rounded/blockstates/compat/biomesoplenty/treated_jacaranda_planks create mode 100644 src/client/resources/assets/rounded/blockstates/compat/biomesoplenty/treated_magic_planks create mode 100644 src/client/resources/assets/rounded/blockstates/compat/biomesoplenty/treated_mahogany_planks create mode 100644 src/client/resources/assets/rounded/blockstates/compat/biomesoplenty/treated_maple_planks create mode 100644 src/client/resources/assets/rounded/blockstates/compat/biomesoplenty/treated_palm_planks create mode 100644 src/client/resources/assets/rounded/blockstates/compat/biomesoplenty/treated_pine_planks create mode 100644 src/client/resources/assets/rounded/blockstates/compat/biomesoplenty/treated_redwood_planks create mode 100644 src/client/resources/assets/rounded/blockstates/compat/biomesoplenty/treated_umbran_planks create mode 100644 src/client/resources/assets/rounded/blockstates/compat/biomesoplenty/treated_willow_planks create mode 100644 src/client/resources/assets/rounded/blockstates/compat/cinderscapes/treated_scorched_planks create mode 100644 src/client/resources/assets/rounded/blockstates/compat/cinderscapes/treated_umbral_planks create mode 100644 src/client/resources/assets/rounded/blockstates/compat/terrestria/treated_cypress_planks create mode 100644 src/client/resources/assets/rounded/blockstates/compat/terrestria/treated_hemlock_planks create mode 100644 src/client/resources/assets/rounded/blockstates/compat/terrestria/treated_japanese_maple_planks create mode 100644 src/client/resources/assets/rounded/blockstates/compat/terrestria/treated_rainbow_eucalyptus_planks create mode 100644 src/client/resources/assets/rounded/blockstates/compat/terrestria/treated_redwood_planks create mode 100644 src/client/resources/assets/rounded/blockstates/compat/terrestria/treated_rubber_planks create mode 100644 src/client/resources/assets/rounded/blockstates/compat/terrestria/treated_sakura_planks create mode 100644 src/client/resources/assets/rounded/blockstates/compat/terrestria/treated_willow_planks create mode 100644 src/client/resources/assets/rounded/blockstates/compat/terrestria/treated_yucca_planks create mode 100644 src/client/resources/assets/rounded/blockstates/compat/traverse/treated_fir_planks create mode 100644 src/client/resources/assets/rounded/blockstates/compat/wilderwild/treated_baobab_planks create mode 100644 src/client/resources/assets/rounded/blockstates/compat/wilderwild/treated_cypress_planks create mode 100644 src/client/resources/assets/rounded/blockstates/compat/wilderwild/treated_palm_planks create mode 100644 src/client/resources/assets/rounded/models/block/compat/betterend/treated_dragon_tree_planks create mode 100644 src/client/resources/assets/rounded/models/block/compat/betterend/treated_end_lotus_planks create mode 100644 src/client/resources/assets/rounded/models/block/compat/betterend/treated_helix_tree_planks create mode 100644 src/client/resources/assets/rounded/models/block/compat/betterend/treated_jellyshroom_planks create mode 100644 src/client/resources/assets/rounded/models/block/compat/betterend/treated_lacugrove_planks create mode 100644 src/client/resources/assets/rounded/models/block/compat/betterend/treated_lucernia_planks create mode 100644 src/client/resources/assets/rounded/models/block/compat/betterend/treated_mossy_glowshroom_planks create mode 100644 src/client/resources/assets/rounded/models/block/compat/betterend/treated_pythadendron_planks create mode 100644 src/client/resources/assets/rounded/models/block/compat/betterend/treated_tenanea_planks create mode 100644 src/client/resources/assets/rounded/models/block/compat/betterend/treated_umbrella_tree_planks create mode 100644 src/client/resources/assets/rounded/models/block/compat/betternether/treated_anchor_tree_planks create mode 100644 src/client/resources/assets/rounded/models/block/compat/betternether/treated_mushroom_fir_planks create mode 100644 src/client/resources/assets/rounded/models/block/compat/betternether/treated_nether_mushroom_planks create mode 100644 src/client/resources/assets/rounded/models/block/compat/betternether/treated_nether_reed_planks create mode 100644 src/client/resources/assets/rounded/models/block/compat/betternether/treated_nether_sakura_planks create mode 100644 src/client/resources/assets/rounded/models/block/compat/betternether/treated_rubeus_planks create mode 100644 src/client/resources/assets/rounded/models/block/compat/betternether/treated_stalagnate_planks create mode 100644 src/client/resources/assets/rounded/models/block/compat/betternether/treated_wart_planks_planks create mode 100644 src/client/resources/assets/rounded/models/block/compat/betternether/treated_willow_planks_planks create mode 100644 src/client/resources/assets/rounded/models/block/compat/biomesoplenty/treated_dead_planks create mode 100644 src/client/resources/assets/rounded/models/block/compat/biomesoplenty/treated_empyreal_planks create mode 100644 src/client/resources/assets/rounded/models/block/compat/biomesoplenty/treated_fir_planks create mode 100644 src/client/resources/assets/rounded/models/block/compat/biomesoplenty/treated_hellbark_planks create mode 100644 src/client/resources/assets/rounded/models/block/compat/biomesoplenty/treated_jacaranda_planks create mode 100644 src/client/resources/assets/rounded/models/block/compat/biomesoplenty/treated_magic_planks create mode 100644 src/client/resources/assets/rounded/models/block/compat/biomesoplenty/treated_mahogany_planks create mode 100644 src/client/resources/assets/rounded/models/block/compat/biomesoplenty/treated_maple_planks create mode 100644 src/client/resources/assets/rounded/models/block/compat/biomesoplenty/treated_palm_planks create mode 100644 src/client/resources/assets/rounded/models/block/compat/biomesoplenty/treated_pine_planks create mode 100644 src/client/resources/assets/rounded/models/block/compat/biomesoplenty/treated_redwood_planks create mode 100644 src/client/resources/assets/rounded/models/block/compat/biomesoplenty/treated_umbran_planks create mode 100644 src/client/resources/assets/rounded/models/block/compat/biomesoplenty/treated_willow_planks create mode 100644 src/client/resources/assets/rounded/models/block/compat/cinderscapes/treated_scorched_planks create mode 100644 src/client/resources/assets/rounded/models/block/compat/cinderscapes/treated_umbral_planks create mode 100644 src/client/resources/assets/rounded/models/block/compat/terrestria/treated_cypress_planks create mode 100644 src/client/resources/assets/rounded/models/block/compat/terrestria/treated_hemlock_planks create mode 100644 src/client/resources/assets/rounded/models/block/compat/terrestria/treated_japanese_maple_planks create mode 100644 src/client/resources/assets/rounded/models/block/compat/terrestria/treated_rainbow_eucalyptus_planks create mode 100644 src/client/resources/assets/rounded/models/block/compat/terrestria/treated_redwood_planks create mode 100644 src/client/resources/assets/rounded/models/block/compat/terrestria/treated_rubber_planks create mode 100644 src/client/resources/assets/rounded/models/block/compat/terrestria/treated_sakura_planks create mode 100644 src/client/resources/assets/rounded/models/block/compat/terrestria/treated_willow_planks create mode 100644 src/client/resources/assets/rounded/models/block/compat/terrestria/treated_yucca_planks create mode 100644 src/client/resources/assets/rounded/models/block/compat/traverse/treated_fir_planks create mode 100644 src/client/resources/assets/rounded/models/block/compat/wilderwild/treated_baobab_planks create mode 100644 src/client/resources/assets/rounded/models/block/compat/wilderwild/treated_cypress_planks create mode 100644 src/client/resources/assets/rounded/models/block/compat/wilderwild/treated_palm_planks create mode 100644 src/client/resources/assets/rounded/models/item/compat/betterend/treated_dragon_tree_planks create mode 100644 src/client/resources/assets/rounded/models/item/compat/betterend/treated_end_lotus_planks create mode 100644 src/client/resources/assets/rounded/models/item/compat/betterend/treated_helix_tree_planks create mode 100644 src/client/resources/assets/rounded/models/item/compat/betterend/treated_jellyshroom_planks create mode 100644 src/client/resources/assets/rounded/models/item/compat/betterend/treated_lacugrove_planks create mode 100644 src/client/resources/assets/rounded/models/item/compat/betterend/treated_lucernia_planks create mode 100644 src/client/resources/assets/rounded/models/item/compat/betterend/treated_mossy_glowshroom_planks create mode 100644 src/client/resources/assets/rounded/models/item/compat/betterend/treated_pythadendron_planks create mode 100644 src/client/resources/assets/rounded/models/item/compat/betterend/treated_tenanea_planks create mode 100644 src/client/resources/assets/rounded/models/item/compat/betterend/treated_umbrella_tree_planks create mode 100644 src/client/resources/assets/rounded/models/item/compat/betternether/treated_anchor_tree_planks create mode 100644 src/client/resources/assets/rounded/models/item/compat/betternether/treated_mushroom_fir_planks create mode 100644 src/client/resources/assets/rounded/models/item/compat/betternether/treated_nether_mushroom_planks create mode 100644 src/client/resources/assets/rounded/models/item/compat/betternether/treated_nether_reed_planks create mode 100644 src/client/resources/assets/rounded/models/item/compat/betternether/treated_nether_sakura_planks create mode 100644 src/client/resources/assets/rounded/models/item/compat/betternether/treated_rubeus_planks create mode 100644 src/client/resources/assets/rounded/models/item/compat/betternether/treated_stalagnate_planks create mode 100644 src/client/resources/assets/rounded/models/item/compat/betternether/treated_wart_planks_planks create mode 100644 src/client/resources/assets/rounded/models/item/compat/betternether/treated_willow_planks_planks create mode 100644 src/client/resources/assets/rounded/models/item/compat/biomesoplenty/treated_dead_planks create mode 100644 src/client/resources/assets/rounded/models/item/compat/biomesoplenty/treated_empyreal_planks create mode 100644 src/client/resources/assets/rounded/models/item/compat/biomesoplenty/treated_fir_planks create mode 100644 src/client/resources/assets/rounded/models/item/compat/biomesoplenty/treated_hellbark_planks create mode 100644 src/client/resources/assets/rounded/models/item/compat/biomesoplenty/treated_jacaranda_planks create mode 100644 src/client/resources/assets/rounded/models/item/compat/biomesoplenty/treated_magic_planks create mode 100644 src/client/resources/assets/rounded/models/item/compat/biomesoplenty/treated_mahogany_planks create mode 100644 src/client/resources/assets/rounded/models/item/compat/biomesoplenty/treated_maple_planks create mode 100644 src/client/resources/assets/rounded/models/item/compat/biomesoplenty/treated_palm_planks create mode 100644 src/client/resources/assets/rounded/models/item/compat/biomesoplenty/treated_pine_planks create mode 100644 src/client/resources/assets/rounded/models/item/compat/biomesoplenty/treated_redwood_planks create mode 100644 src/client/resources/assets/rounded/models/item/compat/biomesoplenty/treated_umbran_planks create mode 100644 src/client/resources/assets/rounded/models/item/compat/biomesoplenty/treated_willow_planks create mode 100644 src/client/resources/assets/rounded/models/item/compat/cinderscapes/treated_scorched_planks create mode 100644 src/client/resources/assets/rounded/models/item/compat/cinderscapes/treated_umbral_planks create mode 100644 src/client/resources/assets/rounded/models/item/compat/terrestria/treated_cypress_planks create mode 100644 src/client/resources/assets/rounded/models/item/compat/terrestria/treated_hemlock_planks create mode 100644 src/client/resources/assets/rounded/models/item/compat/terrestria/treated_japanese_maple_planks create mode 100644 src/client/resources/assets/rounded/models/item/compat/terrestria/treated_rainbow_eucalyptus_planks create mode 100644 src/client/resources/assets/rounded/models/item/compat/terrestria/treated_redwood_planks create mode 100644 src/client/resources/assets/rounded/models/item/compat/terrestria/treated_rubber_planks create mode 100644 src/client/resources/assets/rounded/models/item/compat/terrestria/treated_sakura_planks create mode 100644 src/client/resources/assets/rounded/models/item/compat/terrestria/treated_willow_planks create mode 100644 src/client/resources/assets/rounded/models/item/compat/terrestria/treated_yucca_planks create mode 100644 src/client/resources/assets/rounded/models/item/compat/traverse/treated_fir_planks create mode 100644 src/client/resources/assets/rounded/models/item/compat/wilderwild/treated_baobab_planks create mode 100644 src/client/resources/assets/rounded/models/item/compat/wilderwild/treated_cypress_planks create mode 100644 src/client/resources/assets/rounded/models/item/compat/wilderwild/treated_palm_planks create mode 100644 src/client/resources/assets/rounded/textures/block/compat/betterend/treated_dragon_tree_planks.png create mode 100644 src/client/resources/assets/rounded/textures/block/compat/betterend/treated_end_lotus_planks.png create mode 100644 src/client/resources/assets/rounded/textures/block/compat/betterend/treated_helix_tree_planks.png create mode 100644 src/client/resources/assets/rounded/textures/block/compat/betterend/treated_jellyshroom_planks.png create mode 100644 src/client/resources/assets/rounded/textures/block/compat/betterend/treated_lacugrove_planks.png create mode 100644 src/client/resources/assets/rounded/textures/block/compat/betterend/treated_lucernia_planks.png create mode 100644 src/client/resources/assets/rounded/textures/block/compat/betterend/treated_mossy_glowshroom_planks.png create mode 100644 src/client/resources/assets/rounded/textures/block/compat/betterend/treated_pythadendron_planks.png create mode 100644 src/client/resources/assets/rounded/textures/block/compat/betterend/treated_tenanea_planks.png create mode 100644 src/client/resources/assets/rounded/textures/block/compat/betterend/treated_umbrella_tree_planks.png create mode 100644 src/client/resources/assets/rounded/textures/block/compat/betternether/treated_anchor_tree_planks.png create mode 100644 src/client/resources/assets/rounded/textures/block/compat/betternether/treated_mushroom_fir_planks.png create mode 100644 src/client/resources/assets/rounded/textures/block/compat/betternether/treated_nether_mushroom_planks.png create mode 100644 src/client/resources/assets/rounded/textures/block/compat/betternether/treated_nether_reed_planks.png create mode 100644 src/client/resources/assets/rounded/textures/block/compat/betternether/treated_nether_sakura_planks.png create mode 100644 src/client/resources/assets/rounded/textures/block/compat/betternether/treated_rubeus_planks.png create mode 100644 src/client/resources/assets/rounded/textures/block/compat/betternether/treated_stalagnate_planks.png create mode 100644 src/client/resources/assets/rounded/textures/block/compat/betternether/treated_wart_planks.png create mode 100644 src/client/resources/assets/rounded/textures/block/compat/betternether/treated_willow_planks.png create mode 100644 src/client/resources/assets/rounded/textures/block/compat/biomesoplenty/treated_dead_planks.png create mode 100644 src/client/resources/assets/rounded/textures/block/compat/biomesoplenty/treated_empyreal_planks.png create mode 100644 src/client/resources/assets/rounded/textures/block/compat/biomesoplenty/treated_fir_planks.png create mode 100644 src/client/resources/assets/rounded/textures/block/compat/biomesoplenty/treated_hellbark_planks.png create mode 100644 src/client/resources/assets/rounded/textures/block/compat/biomesoplenty/treated_jacaranda_planks.png create mode 100644 src/client/resources/assets/rounded/textures/block/compat/biomesoplenty/treated_magic_planks.png create mode 100644 src/client/resources/assets/rounded/textures/block/compat/biomesoplenty/treated_mahogany_planks.png create mode 100644 src/client/resources/assets/rounded/textures/block/compat/biomesoplenty/treated_maple_planks.png create mode 100644 src/client/resources/assets/rounded/textures/block/compat/biomesoplenty/treated_palm_planks.png create mode 100644 src/client/resources/assets/rounded/textures/block/compat/biomesoplenty/treated_pine_planks.png create mode 100644 src/client/resources/assets/rounded/textures/block/compat/biomesoplenty/treated_redwood_planks.png create mode 100644 src/client/resources/assets/rounded/textures/block/compat/biomesoplenty/treated_umbran_planks.png create mode 100644 src/client/resources/assets/rounded/textures/block/compat/biomesoplenty/treated_willow_planks.png create mode 100644 src/client/resources/assets/rounded/textures/block/compat/cinderscapes/treated_scorched_planks.png create mode 100644 src/client/resources/assets/rounded/textures/block/compat/cinderscapes/treated_umbral_planks.png create mode 100644 src/client/resources/assets/rounded/textures/block/compat/terrestria/treated_cypress_planks.png create mode 100644 src/client/resources/assets/rounded/textures/block/compat/terrestria/treated_hemlock_planks.png create mode 100644 src/client/resources/assets/rounded/textures/block/compat/terrestria/treated_japanese_maple_planks.png create mode 100644 src/client/resources/assets/rounded/textures/block/compat/terrestria/treated_rainbow_eucalyptus_planks.png create mode 100644 src/client/resources/assets/rounded/textures/block/compat/terrestria/treated_redwood_planks.png create mode 100644 src/client/resources/assets/rounded/textures/block/compat/terrestria/treated_rubber_planks.png create mode 100644 src/client/resources/assets/rounded/textures/block/compat/terrestria/treated_sakura_planks.png create mode 100644 src/client/resources/assets/rounded/textures/block/compat/terrestria/treated_willow_planks.png create mode 100644 src/client/resources/assets/rounded/textures/block/compat/terrestria/treated_yucca_palm_planks.png create mode 100644 src/client/resources/assets/rounded/textures/block/compat/traverse/treated_fir_planks.png create mode 100644 src/client/resources/assets/rounded/textures/block/compat/wilderwild/treated_baobab_planks.png create mode 100644 src/client/resources/assets/rounded/textures/block/compat/wilderwild/treated_cypress_planks.png create mode 100644 src/client/resources/assets/rounded/textures/block/compat/wilderwild/treated_palm_planks.png create mode 100644 src/main/java/com/lumiscosity/rounded/compat/BetterEndCompat.java create mode 100644 src/main/java/com/lumiscosity/rounded/compat/WilderWildCompat.java create mode 100644 src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/betterend/treated_dragon_tree_planks create mode 100644 src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/betterend/treated_end_lotus_planks create mode 100644 src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/betterend/treated_helix_tree_planks create mode 100644 src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/betterend/treated_jellyshroom_planks create mode 100644 src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/betterend/treated_lacugrove_planks create mode 100644 src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/betterend/treated_lucernia_planks create mode 100644 src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/betterend/treated_mossy_glowshroom_planks create mode 100644 src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/betterend/treated_pythadendron_planks create mode 100644 src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/betterend/treated_tenanea_planks create mode 100644 src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/betterend/treated_umbrella_tree_planks create mode 100644 src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/betternether/treated_anchor_tree_planks create mode 100644 src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/betternether/treated_mushroom_fir_planks create mode 100644 src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/betternether/treated_nether_mushroom_planks create mode 100644 src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/betternether/treated_nether_reed_planks create mode 100644 src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/betternether/treated_nether_sakura_planks create mode 100644 src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/betternether/treated_rubeus_planks create mode 100644 src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/betternether/treated_stalagnate_planks create mode 100644 src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/betternether/treated_wart_planks_planks create mode 100644 src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/betternether/treated_willow_planks_planks create mode 100644 src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/biomesoplenty/treated_dead_planks create mode 100644 src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/biomesoplenty/treated_empyreal_planks create mode 100644 src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/biomesoplenty/treated_fir_planks create mode 100644 src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/biomesoplenty/treated_hellbark_planks create mode 100644 src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/biomesoplenty/treated_jacaranda_planks create mode 100644 src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/biomesoplenty/treated_magic_planks create mode 100644 src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/biomesoplenty/treated_mahogany_planks create mode 100644 src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/biomesoplenty/treated_maple_planks create mode 100644 src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/biomesoplenty/treated_palm_planks create mode 100644 src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/biomesoplenty/treated_pine_planks create mode 100644 src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/biomesoplenty/treated_redwood_planks create mode 100644 src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/biomesoplenty/treated_umbran_planks create mode 100644 src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/biomesoplenty/treated_willow_planks create mode 100644 src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/cinderscapes/treated_scorched_planks create mode 100644 src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/cinderscapes/treated_umbral_planks create mode 100644 src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/terrestria/treated_cypress_planks create mode 100644 src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/terrestria/treated_hemlock_planks create mode 100644 src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/terrestria/treated_japanese_maple_planks create mode 100644 src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/terrestria/treated_rainbow_eucalyptus_planks create mode 100644 src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/terrestria/treated_redwood_planks create mode 100644 src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/terrestria/treated_rubber_planks create mode 100644 src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/terrestria/treated_sakura_planks create mode 100644 src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/terrestria/treated_willow_planks create mode 100644 src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/terrestria/treated_yucca_planks create mode 100644 src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/traverse/treated_fir_planks create mode 100644 src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/wilderwild/treated_baobab_planks create mode 100644 src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/wilderwild/treated_cypress_planks create mode 100644 src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/wilderwild/treated_palm_planks create mode 100644 src/main/resources/data/rounded/recipe/compat/betterend/treated_dragon_tree_planks create mode 100644 src/main/resources/data/rounded/recipe/compat/betterend/treated_end_lotus_planks create mode 100644 src/main/resources/data/rounded/recipe/compat/betterend/treated_helix_tree_planks create mode 100644 src/main/resources/data/rounded/recipe/compat/betterend/treated_jellyshroom_planks create mode 100644 src/main/resources/data/rounded/recipe/compat/betterend/treated_lacugrove_planks create mode 100644 src/main/resources/data/rounded/recipe/compat/betterend/treated_lucernia_planks create mode 100644 src/main/resources/data/rounded/recipe/compat/betterend/treated_mossy_glowshroom_planks create mode 100644 src/main/resources/data/rounded/recipe/compat/betterend/treated_pythadendron_planks create mode 100644 src/main/resources/data/rounded/recipe/compat/betterend/treated_tenanea_planks create mode 100644 src/main/resources/data/rounded/recipe/compat/betterend/treated_umbrella_tree_planks create mode 100644 src/main/resources/data/rounded/recipe/compat/betternether/treated_anchor_tree_planks create mode 100644 src/main/resources/data/rounded/recipe/compat/betternether/treated_mushroom_fir_planks create mode 100644 src/main/resources/data/rounded/recipe/compat/betternether/treated_nether_mushroom_planks create mode 100644 src/main/resources/data/rounded/recipe/compat/betternether/treated_nether_reed_planks create mode 100644 src/main/resources/data/rounded/recipe/compat/betternether/treated_nether_sakura_planks create mode 100644 src/main/resources/data/rounded/recipe/compat/betternether/treated_rubeus_planks create mode 100644 src/main/resources/data/rounded/recipe/compat/betternether/treated_stalagnate_planks create mode 100644 src/main/resources/data/rounded/recipe/compat/betternether/treated_wart_planks_planks create mode 100644 src/main/resources/data/rounded/recipe/compat/betternether/treated_willow_planks_planks create mode 100644 src/main/resources/data/rounded/recipe/compat/biomesoplenty/treated_dead_planks create mode 100644 src/main/resources/data/rounded/recipe/compat/biomesoplenty/treated_empyreal_planks create mode 100644 src/main/resources/data/rounded/recipe/compat/biomesoplenty/treated_fir_planks create mode 100644 src/main/resources/data/rounded/recipe/compat/biomesoplenty/treated_hellbark_planks create mode 100644 src/main/resources/data/rounded/recipe/compat/biomesoplenty/treated_jacaranda_planks create mode 100644 src/main/resources/data/rounded/recipe/compat/biomesoplenty/treated_magic_planks create mode 100644 src/main/resources/data/rounded/recipe/compat/biomesoplenty/treated_mahogany_planks create mode 100644 src/main/resources/data/rounded/recipe/compat/biomesoplenty/treated_maple_planks create mode 100644 src/main/resources/data/rounded/recipe/compat/biomesoplenty/treated_palm_planks create mode 100644 src/main/resources/data/rounded/recipe/compat/biomesoplenty/treated_pine_planks create mode 100644 src/main/resources/data/rounded/recipe/compat/biomesoplenty/treated_redwood_planks create mode 100644 src/main/resources/data/rounded/recipe/compat/biomesoplenty/treated_umbran_planks create mode 100644 src/main/resources/data/rounded/recipe/compat/biomesoplenty/treated_willow_planks create mode 100644 src/main/resources/data/rounded/recipe/compat/cinderscapes/treated_scorched_planks create mode 100644 src/main/resources/data/rounded/recipe/compat/cinderscapes/treated_umbral_planks create mode 100644 src/main/resources/data/rounded/recipe/compat/terrestria/treated_cypress_planks create mode 100644 src/main/resources/data/rounded/recipe/compat/terrestria/treated_hemlock_planks create mode 100644 src/main/resources/data/rounded/recipe/compat/terrestria/treated_japanese_maple_planks create mode 100644 src/main/resources/data/rounded/recipe/compat/terrestria/treated_rainbow_eucalyptus_planks create mode 100644 src/main/resources/data/rounded/recipe/compat/terrestria/treated_redwood_planks create mode 100644 src/main/resources/data/rounded/recipe/compat/terrestria/treated_rubber_planks create mode 100644 src/main/resources/data/rounded/recipe/compat/terrestria/treated_sakura_planks create mode 100644 src/main/resources/data/rounded/recipe/compat/terrestria/treated_willow_planks create mode 100644 src/main/resources/data/rounded/recipe/compat/terrestria/treated_yucca_planks create mode 100644 src/main/resources/data/rounded/recipe/compat/traverse/treated_fir_planks create mode 100644 src/main/resources/data/rounded/recipe/compat/wilderwild/treated_baobab_planks create mode 100644 src/main/resources/data/rounded/recipe/compat/wilderwild/treated_cypress_planks create mode 100644 src/main/resources/data/rounded/recipe/compat/wilderwild/treated_palm_planks diff --git a/generator.py b/generator.py new file mode 100644 index 0000000..9b61846 --- /dev/null +++ b/generator.py @@ -0,0 +1,205 @@ +from beet import JsonFile +import os + +# Run this in the main project directory to generate files in ./src! +# To add new mods/planks, just use the dictionary below: +# the key is the mod name, and the value is a list of plank names. + +compat_generated = { + "betterend": [ + "dragon_tree", + "end_lotus", + "helix_tree", + "jellyshroom", + "lacugrove", + "lucernia", + "mossy_glowshroom", + "pythadendron", + "tenanea", + "umbrella_tree" + ], + "betternether": [ + "anchor_tree", + "mushroom_fir", + "nether_mushroom", + "nether_reed", + "nether_sakura", + "rubeus", + "stalagnate", + "wart_planks", + "willow_planks" + ], + "biomesoplenty": [ + "dead", + "empyreal", + "fir", + "hellbark", + "jacaranda", + "magic", + "mahogany", + "maple", + "palm", + "pine", + "redwood", + "umbran", + "willow" + ], + "cinderscapes": [ + "scorched", + "umbral" + ], + "terrestria": [ + "cypress", + "hemlock", + "japanese_maple", + "rainbow_eucalyptus", + "redwood", + "rubber", + "sakura", + "willow", + "yucca" + ], + "traverse": [ + "fir" + ], + "wilderwild": [ + "baobab", + "cypress", + "palm" + ], +} + + +def save(file: JsonFile, path): + if not os.path.exists(os.path.dirname(path)): + os.makedirs(os.path.dirname(path)) + file.dump(origin="./", path=path) + + +def add_treated_plank(m, n): + p = f"{n}_planks" + t = f"treated_{p}" + + # recipe + file = { + "type": "minecraft:crafting_shaped", + "category": "building", + "group": "rounded:treated_planks", + "key": { + "#": { + "item": f"{m}:{p}" + }, + "X": { + "item": "minecraft:honeycomb" + } + }, + "pattern": [ + "###", + "#X#", + "###" + ], + "result": { + "count": 8, + "id": f"rounded:compat/{m}/{t}" + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + f"{m}" + ] + } + ] + } + save(JsonFile(file), f"src/main/resources/data/rounded/recipe/compat/{m}/{t}") + + # recipe advancement + file = { + "parent": "minecraft:recipes/root", + "criteria": { + "has_log": { + "conditions": { + "items": [ + { + "items": "minecraft:honeycomb" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": f"rounded:compat/{m}/{t}" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_log" + ] + ], + "rewards": { + "recipes": [ + f"rounded:compat/{m}/{t}" + ] + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + f"{m}" + ] + } + ] + } + 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 + print(file) + file["values"].append( + { + "required": False, + "id": f"rounded:compat/{m}/{t}" + } + ) + JsonFile(file).dump(origin="./", path="src/main/resources/data/rounded/tags/item/treated_planks.json") + + # blockstate + file = { + "variants": { + "": { + "model": f"rounded:block/compat/{m}/{t}" + } + } + } + save(JsonFile(file), f"src/client/resources/assets/rounded/blockstates/compat/{m}/{t}") + + # block model + file = { + "parent": "minecraft:block/cube_all", + "textures": { + "all": f"rounded:block/compat/{m}/{t}" + } + } + save(JsonFile(file), f"src/client/resources/assets/rounded/models/block/compat/{m}/{t}") + + # item model + file = { + "parent": f"rounded:block/compat/{m}/{t}" + } + save(JsonFile(file), f"src/client/resources/assets/rounded/models/item/compat/{m}/{t}") + + # language key + # TODO: add automatic ripping for other languages, if they are present + # both in rounded and in the source mod + file = JsonFile(source_path="src/client/resources/assets/rounded/lang/en_us.json").data + file[f"block.rounded.compat.{m}.{t}"] = f"{t.replace("_", " ").title()}" + JsonFile(file).dump(origin="./", path="src/client/resources/assets/rounded/lang/en_us.json") + + +for i in compat_generated.keys(): + for j in compat_generated[i]: + add_treated_plank(i, j) diff --git a/gradle.properties b/gradle.properties index 5b7dbf1..d86c4d9 100644 --- a/gradle.properties +++ b/gradle.properties @@ -10,7 +10,7 @@ yarn_mappings=1.21+build.2 loader_version=0.15.11 # Mod Properties -mod_version=1.0.3 +mod_version=1.0.4 maven_group=com.lumiscosity.rounded archives_base_name=rounded diff --git a/src/client/resources/assets/rounded/blockstates/compat/betterend/treated_dragon_tree_planks b/src/client/resources/assets/rounded/blockstates/compat/betterend/treated_dragon_tree_planks new file mode 100644 index 0000000..1b1b0c6 --- /dev/null +++ b/src/client/resources/assets/rounded/blockstates/compat/betterend/treated_dragon_tree_planks @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "rounded:block/compat/betterend/treated_dragon_tree_planks" + } + } +} diff --git a/src/client/resources/assets/rounded/blockstates/compat/betterend/treated_end_lotus_planks b/src/client/resources/assets/rounded/blockstates/compat/betterend/treated_end_lotus_planks new file mode 100644 index 0000000..8b7969c --- /dev/null +++ b/src/client/resources/assets/rounded/blockstates/compat/betterend/treated_end_lotus_planks @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "rounded:block/compat/betterend/treated_end_lotus_planks" + } + } +} diff --git a/src/client/resources/assets/rounded/blockstates/compat/betterend/treated_helix_tree_planks b/src/client/resources/assets/rounded/blockstates/compat/betterend/treated_helix_tree_planks new file mode 100644 index 0000000..68c4eba --- /dev/null +++ b/src/client/resources/assets/rounded/blockstates/compat/betterend/treated_helix_tree_planks @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "rounded:block/compat/betterend/treated_helix_tree_planks" + } + } +} diff --git a/src/client/resources/assets/rounded/blockstates/compat/betterend/treated_jellyshroom_planks b/src/client/resources/assets/rounded/blockstates/compat/betterend/treated_jellyshroom_planks new file mode 100644 index 0000000..119bb8b --- /dev/null +++ b/src/client/resources/assets/rounded/blockstates/compat/betterend/treated_jellyshroom_planks @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "rounded:block/compat/betterend/treated_jellyshroom_planks" + } + } +} diff --git a/src/client/resources/assets/rounded/blockstates/compat/betterend/treated_lacugrove_planks b/src/client/resources/assets/rounded/blockstates/compat/betterend/treated_lacugrove_planks new file mode 100644 index 0000000..852ca57 --- /dev/null +++ b/src/client/resources/assets/rounded/blockstates/compat/betterend/treated_lacugrove_planks @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "rounded:block/compat/betterend/treated_lacugrove_planks" + } + } +} diff --git a/src/client/resources/assets/rounded/blockstates/compat/betterend/treated_lucernia_planks b/src/client/resources/assets/rounded/blockstates/compat/betterend/treated_lucernia_planks new file mode 100644 index 0000000..5151746 --- /dev/null +++ b/src/client/resources/assets/rounded/blockstates/compat/betterend/treated_lucernia_planks @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "rounded:block/compat/betterend/treated_lucernia_planks" + } + } +} diff --git a/src/client/resources/assets/rounded/blockstates/compat/betterend/treated_mossy_glowshroom_planks b/src/client/resources/assets/rounded/blockstates/compat/betterend/treated_mossy_glowshroom_planks new file mode 100644 index 0000000..e915f9b --- /dev/null +++ b/src/client/resources/assets/rounded/blockstates/compat/betterend/treated_mossy_glowshroom_planks @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "rounded:block/compat/betterend/treated_mossy_glowshroom_planks" + } + } +} diff --git a/src/client/resources/assets/rounded/blockstates/compat/betterend/treated_pythadendron_planks b/src/client/resources/assets/rounded/blockstates/compat/betterend/treated_pythadendron_planks new file mode 100644 index 0000000..d428291 --- /dev/null +++ b/src/client/resources/assets/rounded/blockstates/compat/betterend/treated_pythadendron_planks @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "rounded:block/compat/betterend/treated_pythadendron_planks" + } + } +} diff --git a/src/client/resources/assets/rounded/blockstates/compat/betterend/treated_tenanea_planks b/src/client/resources/assets/rounded/blockstates/compat/betterend/treated_tenanea_planks new file mode 100644 index 0000000..58bec1c --- /dev/null +++ b/src/client/resources/assets/rounded/blockstates/compat/betterend/treated_tenanea_planks @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "rounded:block/compat/betterend/treated_tenanea_planks" + } + } +} diff --git a/src/client/resources/assets/rounded/blockstates/compat/betterend/treated_umbrella_tree_planks b/src/client/resources/assets/rounded/blockstates/compat/betterend/treated_umbrella_tree_planks new file mode 100644 index 0000000..e7a8c2f --- /dev/null +++ b/src/client/resources/assets/rounded/blockstates/compat/betterend/treated_umbrella_tree_planks @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "rounded:block/compat/betterend/treated_umbrella_tree_planks" + } + } +} diff --git a/src/client/resources/assets/rounded/blockstates/compat/betternether/treated_anchor_tree_planks b/src/client/resources/assets/rounded/blockstates/compat/betternether/treated_anchor_tree_planks new file mode 100644 index 0000000..8548730 --- /dev/null +++ b/src/client/resources/assets/rounded/blockstates/compat/betternether/treated_anchor_tree_planks @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "rounded:block/compat/betternether/treated_anchor_tree_planks" + } + } +} diff --git a/src/client/resources/assets/rounded/blockstates/compat/betternether/treated_mushroom_fir_planks b/src/client/resources/assets/rounded/blockstates/compat/betternether/treated_mushroom_fir_planks new file mode 100644 index 0000000..62fb550 --- /dev/null +++ b/src/client/resources/assets/rounded/blockstates/compat/betternether/treated_mushroom_fir_planks @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "rounded:block/compat/betternether/treated_mushroom_fir_planks" + } + } +} diff --git a/src/client/resources/assets/rounded/blockstates/compat/betternether/treated_nether_mushroom_planks b/src/client/resources/assets/rounded/blockstates/compat/betternether/treated_nether_mushroom_planks new file mode 100644 index 0000000..8c159a6 --- /dev/null +++ b/src/client/resources/assets/rounded/blockstates/compat/betternether/treated_nether_mushroom_planks @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "rounded:block/compat/betternether/treated_nether_mushroom_planks" + } + } +} diff --git a/src/client/resources/assets/rounded/blockstates/compat/betternether/treated_nether_reed_planks b/src/client/resources/assets/rounded/blockstates/compat/betternether/treated_nether_reed_planks new file mode 100644 index 0000000..1766fb2 --- /dev/null +++ b/src/client/resources/assets/rounded/blockstates/compat/betternether/treated_nether_reed_planks @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "rounded:block/compat/betternether/treated_nether_reed_planks" + } + } +} diff --git a/src/client/resources/assets/rounded/blockstates/compat/betternether/treated_nether_sakura_planks b/src/client/resources/assets/rounded/blockstates/compat/betternether/treated_nether_sakura_planks new file mode 100644 index 0000000..7552363 --- /dev/null +++ b/src/client/resources/assets/rounded/blockstates/compat/betternether/treated_nether_sakura_planks @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "rounded:block/compat/betternether/treated_nether_sakura_planks" + } + } +} diff --git a/src/client/resources/assets/rounded/blockstates/compat/betternether/treated_rubeus_planks b/src/client/resources/assets/rounded/blockstates/compat/betternether/treated_rubeus_planks new file mode 100644 index 0000000..4f7fd02 --- /dev/null +++ b/src/client/resources/assets/rounded/blockstates/compat/betternether/treated_rubeus_planks @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "rounded:block/compat/betternether/treated_rubeus_planks" + } + } +} diff --git a/src/client/resources/assets/rounded/blockstates/compat/betternether/treated_stalagnate_planks b/src/client/resources/assets/rounded/blockstates/compat/betternether/treated_stalagnate_planks new file mode 100644 index 0000000..3cc3983 --- /dev/null +++ b/src/client/resources/assets/rounded/blockstates/compat/betternether/treated_stalagnate_planks @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "rounded:block/compat/betternether/treated_stalagnate_planks" + } + } +} diff --git a/src/client/resources/assets/rounded/blockstates/compat/betternether/treated_wart_planks_planks b/src/client/resources/assets/rounded/blockstates/compat/betternether/treated_wart_planks_planks new file mode 100644 index 0000000..e3fccfc --- /dev/null +++ b/src/client/resources/assets/rounded/blockstates/compat/betternether/treated_wart_planks_planks @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "rounded:block/compat/betternether/treated_wart_planks_planks" + } + } +} diff --git a/src/client/resources/assets/rounded/blockstates/compat/betternether/treated_willow_planks_planks b/src/client/resources/assets/rounded/blockstates/compat/betternether/treated_willow_planks_planks new file mode 100644 index 0000000..bda42c8 --- /dev/null +++ b/src/client/resources/assets/rounded/blockstates/compat/betternether/treated_willow_planks_planks @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "rounded:block/compat/betternether/treated_willow_planks_planks" + } + } +} diff --git a/src/client/resources/assets/rounded/blockstates/compat/biomesoplenty/treated_dead_planks b/src/client/resources/assets/rounded/blockstates/compat/biomesoplenty/treated_dead_planks new file mode 100644 index 0000000..22e98c9 --- /dev/null +++ b/src/client/resources/assets/rounded/blockstates/compat/biomesoplenty/treated_dead_planks @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "rounded:block/compat/biomesoplenty/treated_dead_planks" + } + } +} diff --git a/src/client/resources/assets/rounded/blockstates/compat/biomesoplenty/treated_empyreal_planks b/src/client/resources/assets/rounded/blockstates/compat/biomesoplenty/treated_empyreal_planks new file mode 100644 index 0000000..10b140e --- /dev/null +++ b/src/client/resources/assets/rounded/blockstates/compat/biomesoplenty/treated_empyreal_planks @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "rounded:block/compat/biomesoplenty/treated_empyreal_planks" + } + } +} diff --git a/src/client/resources/assets/rounded/blockstates/compat/biomesoplenty/treated_fir_planks b/src/client/resources/assets/rounded/blockstates/compat/biomesoplenty/treated_fir_planks new file mode 100644 index 0000000..38d6540 --- /dev/null +++ b/src/client/resources/assets/rounded/blockstates/compat/biomesoplenty/treated_fir_planks @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "rounded:block/compat/biomesoplenty/treated_fir_planks" + } + } +} diff --git a/src/client/resources/assets/rounded/blockstates/compat/biomesoplenty/treated_hellbark_planks b/src/client/resources/assets/rounded/blockstates/compat/biomesoplenty/treated_hellbark_planks new file mode 100644 index 0000000..8815c4c --- /dev/null +++ b/src/client/resources/assets/rounded/blockstates/compat/biomesoplenty/treated_hellbark_planks @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "rounded:block/compat/biomesoplenty/treated_hellbark_planks" + } + } +} diff --git a/src/client/resources/assets/rounded/blockstates/compat/biomesoplenty/treated_jacaranda_planks b/src/client/resources/assets/rounded/blockstates/compat/biomesoplenty/treated_jacaranda_planks new file mode 100644 index 0000000..9f71cf9 --- /dev/null +++ b/src/client/resources/assets/rounded/blockstates/compat/biomesoplenty/treated_jacaranda_planks @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "rounded:block/compat/biomesoplenty/treated_jacaranda_planks" + } + } +} diff --git a/src/client/resources/assets/rounded/blockstates/compat/biomesoplenty/treated_magic_planks b/src/client/resources/assets/rounded/blockstates/compat/biomesoplenty/treated_magic_planks new file mode 100644 index 0000000..85c96b5 --- /dev/null +++ b/src/client/resources/assets/rounded/blockstates/compat/biomesoplenty/treated_magic_planks @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "rounded:block/compat/biomesoplenty/treated_magic_planks" + } + } +} diff --git a/src/client/resources/assets/rounded/blockstates/compat/biomesoplenty/treated_mahogany_planks b/src/client/resources/assets/rounded/blockstates/compat/biomesoplenty/treated_mahogany_planks new file mode 100644 index 0000000..30bd6a2 --- /dev/null +++ b/src/client/resources/assets/rounded/blockstates/compat/biomesoplenty/treated_mahogany_planks @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "rounded:block/compat/biomesoplenty/treated_mahogany_planks" + } + } +} diff --git a/src/client/resources/assets/rounded/blockstates/compat/biomesoplenty/treated_maple_planks b/src/client/resources/assets/rounded/blockstates/compat/biomesoplenty/treated_maple_planks new file mode 100644 index 0000000..0e15111 --- /dev/null +++ b/src/client/resources/assets/rounded/blockstates/compat/biomesoplenty/treated_maple_planks @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "rounded:block/compat/biomesoplenty/treated_maple_planks" + } + } +} diff --git a/src/client/resources/assets/rounded/blockstates/compat/biomesoplenty/treated_palm_planks b/src/client/resources/assets/rounded/blockstates/compat/biomesoplenty/treated_palm_planks new file mode 100644 index 0000000..44ed466 --- /dev/null +++ b/src/client/resources/assets/rounded/blockstates/compat/biomesoplenty/treated_palm_planks @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "rounded:block/compat/biomesoplenty/treated_palm_planks" + } + } +} diff --git a/src/client/resources/assets/rounded/blockstates/compat/biomesoplenty/treated_pine_planks b/src/client/resources/assets/rounded/blockstates/compat/biomesoplenty/treated_pine_planks new file mode 100644 index 0000000..eea8065 --- /dev/null +++ b/src/client/resources/assets/rounded/blockstates/compat/biomesoplenty/treated_pine_planks @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "rounded:block/compat/biomesoplenty/treated_pine_planks" + } + } +} diff --git a/src/client/resources/assets/rounded/blockstates/compat/biomesoplenty/treated_redwood_planks b/src/client/resources/assets/rounded/blockstates/compat/biomesoplenty/treated_redwood_planks new file mode 100644 index 0000000..6802014 --- /dev/null +++ b/src/client/resources/assets/rounded/blockstates/compat/biomesoplenty/treated_redwood_planks @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "rounded:block/compat/biomesoplenty/treated_redwood_planks" + } + } +} diff --git a/src/client/resources/assets/rounded/blockstates/compat/biomesoplenty/treated_umbran_planks b/src/client/resources/assets/rounded/blockstates/compat/biomesoplenty/treated_umbran_planks new file mode 100644 index 0000000..a9d9ada --- /dev/null +++ b/src/client/resources/assets/rounded/blockstates/compat/biomesoplenty/treated_umbran_planks @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "rounded:block/compat/biomesoplenty/treated_umbran_planks" + } + } +} diff --git a/src/client/resources/assets/rounded/blockstates/compat/biomesoplenty/treated_willow_planks b/src/client/resources/assets/rounded/blockstates/compat/biomesoplenty/treated_willow_planks new file mode 100644 index 0000000..f924de6 --- /dev/null +++ b/src/client/resources/assets/rounded/blockstates/compat/biomesoplenty/treated_willow_planks @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "rounded:block/compat/biomesoplenty/treated_willow_planks" + } + } +} diff --git a/src/client/resources/assets/rounded/blockstates/compat/cinderscapes/treated_scorched_planks b/src/client/resources/assets/rounded/blockstates/compat/cinderscapes/treated_scorched_planks new file mode 100644 index 0000000..ee56e90 --- /dev/null +++ b/src/client/resources/assets/rounded/blockstates/compat/cinderscapes/treated_scorched_planks @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "rounded:block/compat/cinderscapes/treated_scorched_planks" + } + } +} diff --git a/src/client/resources/assets/rounded/blockstates/compat/cinderscapes/treated_umbral_planks b/src/client/resources/assets/rounded/blockstates/compat/cinderscapes/treated_umbral_planks new file mode 100644 index 0000000..6cf2507 --- /dev/null +++ b/src/client/resources/assets/rounded/blockstates/compat/cinderscapes/treated_umbral_planks @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "rounded:block/compat/cinderscapes/treated_umbral_planks" + } + } +} diff --git a/src/client/resources/assets/rounded/blockstates/compat/terrestria/treated_cypress_planks b/src/client/resources/assets/rounded/blockstates/compat/terrestria/treated_cypress_planks new file mode 100644 index 0000000..4bb1376 --- /dev/null +++ b/src/client/resources/assets/rounded/blockstates/compat/terrestria/treated_cypress_planks @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "rounded:block/compat/terrestria/treated_cypress_planks" + } + } +} diff --git a/src/client/resources/assets/rounded/blockstates/compat/terrestria/treated_hemlock_planks b/src/client/resources/assets/rounded/blockstates/compat/terrestria/treated_hemlock_planks new file mode 100644 index 0000000..1874c59 --- /dev/null +++ b/src/client/resources/assets/rounded/blockstates/compat/terrestria/treated_hemlock_planks @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "rounded:block/compat/terrestria/treated_hemlock_planks" + } + } +} diff --git a/src/client/resources/assets/rounded/blockstates/compat/terrestria/treated_japanese_maple_planks b/src/client/resources/assets/rounded/blockstates/compat/terrestria/treated_japanese_maple_planks new file mode 100644 index 0000000..17176e5 --- /dev/null +++ b/src/client/resources/assets/rounded/blockstates/compat/terrestria/treated_japanese_maple_planks @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "rounded:block/compat/terrestria/treated_japanese_maple_planks" + } + } +} diff --git a/src/client/resources/assets/rounded/blockstates/compat/terrestria/treated_rainbow_eucalyptus_planks b/src/client/resources/assets/rounded/blockstates/compat/terrestria/treated_rainbow_eucalyptus_planks new file mode 100644 index 0000000..e00cd5b --- /dev/null +++ b/src/client/resources/assets/rounded/blockstates/compat/terrestria/treated_rainbow_eucalyptus_planks @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "rounded:block/compat/terrestria/treated_rainbow_eucalyptus_planks" + } + } +} diff --git a/src/client/resources/assets/rounded/blockstates/compat/terrestria/treated_redwood_planks b/src/client/resources/assets/rounded/blockstates/compat/terrestria/treated_redwood_planks new file mode 100644 index 0000000..ddc22d3 --- /dev/null +++ b/src/client/resources/assets/rounded/blockstates/compat/terrestria/treated_redwood_planks @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "rounded:block/compat/terrestria/treated_redwood_planks" + } + } +} diff --git a/src/client/resources/assets/rounded/blockstates/compat/terrestria/treated_rubber_planks b/src/client/resources/assets/rounded/blockstates/compat/terrestria/treated_rubber_planks new file mode 100644 index 0000000..87376e4 --- /dev/null +++ b/src/client/resources/assets/rounded/blockstates/compat/terrestria/treated_rubber_planks @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "rounded:block/compat/terrestria/treated_rubber_planks" + } + } +} diff --git a/src/client/resources/assets/rounded/blockstates/compat/terrestria/treated_sakura_planks b/src/client/resources/assets/rounded/blockstates/compat/terrestria/treated_sakura_planks new file mode 100644 index 0000000..7d86dda --- /dev/null +++ b/src/client/resources/assets/rounded/blockstates/compat/terrestria/treated_sakura_planks @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "rounded:block/compat/terrestria/treated_sakura_planks" + } + } +} diff --git a/src/client/resources/assets/rounded/blockstates/compat/terrestria/treated_willow_planks b/src/client/resources/assets/rounded/blockstates/compat/terrestria/treated_willow_planks new file mode 100644 index 0000000..aae3fb3 --- /dev/null +++ b/src/client/resources/assets/rounded/blockstates/compat/terrestria/treated_willow_planks @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "rounded:block/compat/terrestria/treated_willow_planks" + } + } +} diff --git a/src/client/resources/assets/rounded/blockstates/compat/terrestria/treated_yucca_planks b/src/client/resources/assets/rounded/blockstates/compat/terrestria/treated_yucca_planks new file mode 100644 index 0000000..81e3c8d --- /dev/null +++ b/src/client/resources/assets/rounded/blockstates/compat/terrestria/treated_yucca_planks @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "rounded:block/compat/terrestria/treated_yucca_planks" + } + } +} diff --git a/src/client/resources/assets/rounded/blockstates/compat/traverse/treated_fir_planks b/src/client/resources/assets/rounded/blockstates/compat/traverse/treated_fir_planks new file mode 100644 index 0000000..ea7a458 --- /dev/null +++ b/src/client/resources/assets/rounded/blockstates/compat/traverse/treated_fir_planks @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "rounded:block/compat/traverse/treated_fir_planks" + } + } +} diff --git a/src/client/resources/assets/rounded/blockstates/compat/wilderwild/treated_baobab_planks b/src/client/resources/assets/rounded/blockstates/compat/wilderwild/treated_baobab_planks new file mode 100644 index 0000000..65a53e5 --- /dev/null +++ b/src/client/resources/assets/rounded/blockstates/compat/wilderwild/treated_baobab_planks @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "rounded:block/compat/wilderwild/treated_baobab_planks" + } + } +} diff --git a/src/client/resources/assets/rounded/blockstates/compat/wilderwild/treated_cypress_planks b/src/client/resources/assets/rounded/blockstates/compat/wilderwild/treated_cypress_planks new file mode 100644 index 0000000..6b9a349 --- /dev/null +++ b/src/client/resources/assets/rounded/blockstates/compat/wilderwild/treated_cypress_planks @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "rounded:block/compat/wilderwild/treated_cypress_planks" + } + } +} diff --git a/src/client/resources/assets/rounded/blockstates/compat/wilderwild/treated_palm_planks b/src/client/resources/assets/rounded/blockstates/compat/wilderwild/treated_palm_planks new file mode 100644 index 0000000..0c389ed --- /dev/null +++ b/src/client/resources/assets/rounded/blockstates/compat/wilderwild/treated_palm_planks @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "rounded:block/compat/wilderwild/treated_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 2fd87e7..02a7ee6 100644 --- a/src/client/resources/assets/rounded/lang/en_us.json +++ b/src/client/resources/assets/rounded/lang/en_us.json @@ -27,5 +27,52 @@ "tag.item.c.mushrooms": "Mushrooms", "tag.item.c.mushroom_caps": "Mushroom Caps", - "block.rounded.compat.treated_hevea_brasiliensis_planks": "Treated Hevea Brasiliensis Planks" + "block.rounded.compat.treated_hevea_brasiliensis_planks": "Treated Hevea Brasiliensis Planks", + "block.rounded.compat.betterend.treated_dragon_tree_planks": "Treated Dragon Tree Planks", + "block.rounded.compat.betterend.treated_end_lotus_planks": "Treated End Lotus Planks", + "block.rounded.compat.betterend.treated_helix_tree_planks": "Treated Helix Tree Planks", + "block.rounded.compat.betterend.treated_jellyshroom_planks": "Treated Jellyshroom Planks", + "block.rounded.compat.betterend.treated_lacugrove_planks": "Treated Lacugrove Planks", + "block.rounded.compat.betterend.treated_lucernia_planks": "Treated Lucernia Planks", + "block.rounded.compat.betterend.treated_mossy_glowshroom_planks": "Treated Mossy Glowshroom Planks", + "block.rounded.compat.betterend.treated_pythadendron_planks": "Treated Pythadendron Planks", + "block.rounded.compat.betterend.treated_tenanea_planks": "Treated Tenanea Planks", + "block.rounded.compat.betterend.treated_umbrella_tree_planks": "Treated Umbrella Tree Planks", + "block.rounded.compat.betternether.treated_anchor_tree_planks": "Treated Anchor Tree Planks", + "block.rounded.compat.betternether.treated_mushroom_fir_planks": "Treated Mushroom Fir Planks", + "block.rounded.compat.betternether.treated_nether_mushroom_planks": "Treated Nether Mushroom Planks", + "block.rounded.compat.betternether.treated_nether_reed_planks": "Treated Nether Reed Planks", + "block.rounded.compat.betternether.treated_nether_sakura_planks": "Treated Nether Sakura Planks", + "block.rounded.compat.betternether.treated_rubeus_planks": "Treated Rubeus Planks", + "block.rounded.compat.betternether.treated_stalagnate_planks": "Treated Stalagnate Planks", + "block.rounded.compat.betternether.treated_wart_planks_planks": "Treated Wart Planks Planks", + "block.rounded.compat.betternether.treated_willow_planks_planks": "Treated Willow Planks Planks", + "block.rounded.compat.biomesoplenty.treated_dead_planks": "Treated Dead Planks", + "block.rounded.compat.biomesoplenty.treated_empyreal_planks": "Treated Empyreal Planks", + "block.rounded.compat.biomesoplenty.treated_fir_planks": "Treated Fir Planks", + "block.rounded.compat.biomesoplenty.treated_hellbark_planks": "Treated Hellbark Planks", + "block.rounded.compat.biomesoplenty.treated_jacaranda_planks": "Treated Jacaranda Planks", + "block.rounded.compat.biomesoplenty.treated_magic_planks": "Treated Magic Planks", + "block.rounded.compat.biomesoplenty.treated_mahogany_planks": "Treated Mahogany Planks", + "block.rounded.compat.biomesoplenty.treated_maple_planks": "Treated Maple Planks", + "block.rounded.compat.biomesoplenty.treated_palm_planks": "Treated Palm Planks", + "block.rounded.compat.biomesoplenty.treated_pine_planks": "Treated Pine Planks", + "block.rounded.compat.biomesoplenty.treated_redwood_planks": "Treated Redwood Planks", + "block.rounded.compat.biomesoplenty.treated_umbran_planks": "Treated Umbran Planks", + "block.rounded.compat.biomesoplenty.treated_willow_planks": "Treated Willow Planks", + "block.rounded.compat.cinderscapes.treated_scorched_planks": "Treated Scorched Planks", + "block.rounded.compat.cinderscapes.treated_umbral_planks": "Treated Umbral Planks", + "block.rounded.compat.terrestria.treated_cypress_planks": "Treated Cypress Planks", + "block.rounded.compat.terrestria.treated_hemlock_planks": "Treated Hemlock Planks", + "block.rounded.compat.terrestria.treated_japanese_maple_planks": "Treated Japanese Maple Planks", + "block.rounded.compat.terrestria.treated_rainbow_eucalyptus_planks": "Treated Rainbow Eucalyptus Planks", + "block.rounded.compat.terrestria.treated_redwood_planks": "Treated Redwood Planks", + "block.rounded.compat.terrestria.treated_rubber_planks": "Treated Rubber Planks", + "block.rounded.compat.terrestria.treated_sakura_planks": "Treated Sakura Planks", + "block.rounded.compat.terrestria.treated_willow_planks": "Treated Willow Planks", + "block.rounded.compat.terrestria.treated_yucca_planks": "Treated Yucca Planks", + "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" } diff --git a/src/client/resources/assets/rounded/models/block/compat/betterend/treated_dragon_tree_planks b/src/client/resources/assets/rounded/models/block/compat/betterend/treated_dragon_tree_planks new file mode 100644 index 0000000..e21edad --- /dev/null +++ b/src/client/resources/assets/rounded/models/block/compat/betterend/treated_dragon_tree_planks @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "rounded:block/compat/betterend/treated_dragon_tree_planks" + } +} diff --git a/src/client/resources/assets/rounded/models/block/compat/betterend/treated_end_lotus_planks b/src/client/resources/assets/rounded/models/block/compat/betterend/treated_end_lotus_planks new file mode 100644 index 0000000..fc1bc93 --- /dev/null +++ b/src/client/resources/assets/rounded/models/block/compat/betterend/treated_end_lotus_planks @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "rounded:block/compat/betterend/treated_end_lotus_planks" + } +} diff --git a/src/client/resources/assets/rounded/models/block/compat/betterend/treated_helix_tree_planks b/src/client/resources/assets/rounded/models/block/compat/betterend/treated_helix_tree_planks new file mode 100644 index 0000000..3a89a45 --- /dev/null +++ b/src/client/resources/assets/rounded/models/block/compat/betterend/treated_helix_tree_planks @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "rounded:block/compat/betterend/treated_helix_tree_planks" + } +} diff --git a/src/client/resources/assets/rounded/models/block/compat/betterend/treated_jellyshroom_planks b/src/client/resources/assets/rounded/models/block/compat/betterend/treated_jellyshroom_planks new file mode 100644 index 0000000..96d66cc --- /dev/null +++ b/src/client/resources/assets/rounded/models/block/compat/betterend/treated_jellyshroom_planks @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "rounded:block/compat/betterend/treated_jellyshroom_planks" + } +} diff --git a/src/client/resources/assets/rounded/models/block/compat/betterend/treated_lacugrove_planks b/src/client/resources/assets/rounded/models/block/compat/betterend/treated_lacugrove_planks new file mode 100644 index 0000000..f2fd998 --- /dev/null +++ b/src/client/resources/assets/rounded/models/block/compat/betterend/treated_lacugrove_planks @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "rounded:block/compat/betterend/treated_lacugrove_planks" + } +} diff --git a/src/client/resources/assets/rounded/models/block/compat/betterend/treated_lucernia_planks b/src/client/resources/assets/rounded/models/block/compat/betterend/treated_lucernia_planks new file mode 100644 index 0000000..f916271 --- /dev/null +++ b/src/client/resources/assets/rounded/models/block/compat/betterend/treated_lucernia_planks @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "rounded:block/compat/betterend/treated_lucernia_planks" + } +} diff --git a/src/client/resources/assets/rounded/models/block/compat/betterend/treated_mossy_glowshroom_planks b/src/client/resources/assets/rounded/models/block/compat/betterend/treated_mossy_glowshroom_planks new file mode 100644 index 0000000..5c8da13 --- /dev/null +++ b/src/client/resources/assets/rounded/models/block/compat/betterend/treated_mossy_glowshroom_planks @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "rounded:block/compat/betterend/treated_mossy_glowshroom_planks" + } +} diff --git a/src/client/resources/assets/rounded/models/block/compat/betterend/treated_pythadendron_planks b/src/client/resources/assets/rounded/models/block/compat/betterend/treated_pythadendron_planks new file mode 100644 index 0000000..3e9d68e --- /dev/null +++ b/src/client/resources/assets/rounded/models/block/compat/betterend/treated_pythadendron_planks @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "rounded:block/compat/betterend/treated_pythadendron_planks" + } +} diff --git a/src/client/resources/assets/rounded/models/block/compat/betterend/treated_tenanea_planks b/src/client/resources/assets/rounded/models/block/compat/betterend/treated_tenanea_planks new file mode 100644 index 0000000..7bdf14f --- /dev/null +++ b/src/client/resources/assets/rounded/models/block/compat/betterend/treated_tenanea_planks @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "rounded:block/compat/betterend/treated_tenanea_planks" + } +} diff --git a/src/client/resources/assets/rounded/models/block/compat/betterend/treated_umbrella_tree_planks b/src/client/resources/assets/rounded/models/block/compat/betterend/treated_umbrella_tree_planks new file mode 100644 index 0000000..cf44af2 --- /dev/null +++ b/src/client/resources/assets/rounded/models/block/compat/betterend/treated_umbrella_tree_planks @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "rounded:block/compat/betterend/treated_umbrella_tree_planks" + } +} diff --git a/src/client/resources/assets/rounded/models/block/compat/betternether/treated_anchor_tree_planks b/src/client/resources/assets/rounded/models/block/compat/betternether/treated_anchor_tree_planks new file mode 100644 index 0000000..36e4379 --- /dev/null +++ b/src/client/resources/assets/rounded/models/block/compat/betternether/treated_anchor_tree_planks @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "rounded:block/compat/betternether/treated_anchor_tree_planks" + } +} diff --git a/src/client/resources/assets/rounded/models/block/compat/betternether/treated_mushroom_fir_planks b/src/client/resources/assets/rounded/models/block/compat/betternether/treated_mushroom_fir_planks new file mode 100644 index 0000000..e4b1ad3 --- /dev/null +++ b/src/client/resources/assets/rounded/models/block/compat/betternether/treated_mushroom_fir_planks @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "rounded:block/compat/betternether/treated_mushroom_fir_planks" + } +} diff --git a/src/client/resources/assets/rounded/models/block/compat/betternether/treated_nether_mushroom_planks b/src/client/resources/assets/rounded/models/block/compat/betternether/treated_nether_mushroom_planks new file mode 100644 index 0000000..a08ce94 --- /dev/null +++ b/src/client/resources/assets/rounded/models/block/compat/betternether/treated_nether_mushroom_planks @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "rounded:block/compat/betternether/treated_nether_mushroom_planks" + } +} diff --git a/src/client/resources/assets/rounded/models/block/compat/betternether/treated_nether_reed_planks b/src/client/resources/assets/rounded/models/block/compat/betternether/treated_nether_reed_planks new file mode 100644 index 0000000..41899a2 --- /dev/null +++ b/src/client/resources/assets/rounded/models/block/compat/betternether/treated_nether_reed_planks @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "rounded:block/compat/betternether/treated_nether_reed_planks" + } +} diff --git a/src/client/resources/assets/rounded/models/block/compat/betternether/treated_nether_sakura_planks b/src/client/resources/assets/rounded/models/block/compat/betternether/treated_nether_sakura_planks new file mode 100644 index 0000000..f935c85 --- /dev/null +++ b/src/client/resources/assets/rounded/models/block/compat/betternether/treated_nether_sakura_planks @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "rounded:block/compat/betternether/treated_nether_sakura_planks" + } +} diff --git a/src/client/resources/assets/rounded/models/block/compat/betternether/treated_rubeus_planks b/src/client/resources/assets/rounded/models/block/compat/betternether/treated_rubeus_planks new file mode 100644 index 0000000..c36194b --- /dev/null +++ b/src/client/resources/assets/rounded/models/block/compat/betternether/treated_rubeus_planks @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "rounded:block/compat/betternether/treated_rubeus_planks" + } +} diff --git a/src/client/resources/assets/rounded/models/block/compat/betternether/treated_stalagnate_planks b/src/client/resources/assets/rounded/models/block/compat/betternether/treated_stalagnate_planks new file mode 100644 index 0000000..3d085ed --- /dev/null +++ b/src/client/resources/assets/rounded/models/block/compat/betternether/treated_stalagnate_planks @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "rounded:block/compat/betternether/treated_stalagnate_planks" + } +} diff --git a/src/client/resources/assets/rounded/models/block/compat/betternether/treated_wart_planks_planks b/src/client/resources/assets/rounded/models/block/compat/betternether/treated_wart_planks_planks new file mode 100644 index 0000000..fc174a5 --- /dev/null +++ b/src/client/resources/assets/rounded/models/block/compat/betternether/treated_wart_planks_planks @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "rounded:block/compat/betternether/treated_wart_planks_planks" + } +} diff --git a/src/client/resources/assets/rounded/models/block/compat/betternether/treated_willow_planks_planks b/src/client/resources/assets/rounded/models/block/compat/betternether/treated_willow_planks_planks new file mode 100644 index 0000000..ed3c0b3 --- /dev/null +++ b/src/client/resources/assets/rounded/models/block/compat/betternether/treated_willow_planks_planks @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "rounded:block/compat/betternether/treated_willow_planks_planks" + } +} diff --git a/src/client/resources/assets/rounded/models/block/compat/biomesoplenty/treated_dead_planks b/src/client/resources/assets/rounded/models/block/compat/biomesoplenty/treated_dead_planks new file mode 100644 index 0000000..9519ff0 --- /dev/null +++ b/src/client/resources/assets/rounded/models/block/compat/biomesoplenty/treated_dead_planks @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "rounded:block/compat/biomesoplenty/treated_dead_planks" + } +} diff --git a/src/client/resources/assets/rounded/models/block/compat/biomesoplenty/treated_empyreal_planks b/src/client/resources/assets/rounded/models/block/compat/biomesoplenty/treated_empyreal_planks new file mode 100644 index 0000000..5073279 --- /dev/null +++ b/src/client/resources/assets/rounded/models/block/compat/biomesoplenty/treated_empyreal_planks @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "rounded:block/compat/biomesoplenty/treated_empyreal_planks" + } +} diff --git a/src/client/resources/assets/rounded/models/block/compat/biomesoplenty/treated_fir_planks b/src/client/resources/assets/rounded/models/block/compat/biomesoplenty/treated_fir_planks new file mode 100644 index 0000000..ca54474 --- /dev/null +++ b/src/client/resources/assets/rounded/models/block/compat/biomesoplenty/treated_fir_planks @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "rounded:block/compat/biomesoplenty/treated_fir_planks" + } +} diff --git a/src/client/resources/assets/rounded/models/block/compat/biomesoplenty/treated_hellbark_planks b/src/client/resources/assets/rounded/models/block/compat/biomesoplenty/treated_hellbark_planks new file mode 100644 index 0000000..17daf34 --- /dev/null +++ b/src/client/resources/assets/rounded/models/block/compat/biomesoplenty/treated_hellbark_planks @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "rounded:block/compat/biomesoplenty/treated_hellbark_planks" + } +} diff --git a/src/client/resources/assets/rounded/models/block/compat/biomesoplenty/treated_jacaranda_planks b/src/client/resources/assets/rounded/models/block/compat/biomesoplenty/treated_jacaranda_planks new file mode 100644 index 0000000..bc83be8 --- /dev/null +++ b/src/client/resources/assets/rounded/models/block/compat/biomesoplenty/treated_jacaranda_planks @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "rounded:block/compat/biomesoplenty/treated_jacaranda_planks" + } +} diff --git a/src/client/resources/assets/rounded/models/block/compat/biomesoplenty/treated_magic_planks b/src/client/resources/assets/rounded/models/block/compat/biomesoplenty/treated_magic_planks new file mode 100644 index 0000000..f6443fc --- /dev/null +++ b/src/client/resources/assets/rounded/models/block/compat/biomesoplenty/treated_magic_planks @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "rounded:block/compat/biomesoplenty/treated_magic_planks" + } +} diff --git a/src/client/resources/assets/rounded/models/block/compat/biomesoplenty/treated_mahogany_planks b/src/client/resources/assets/rounded/models/block/compat/biomesoplenty/treated_mahogany_planks new file mode 100644 index 0000000..04fd617 --- /dev/null +++ b/src/client/resources/assets/rounded/models/block/compat/biomesoplenty/treated_mahogany_planks @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "rounded:block/compat/biomesoplenty/treated_mahogany_planks" + } +} diff --git a/src/client/resources/assets/rounded/models/block/compat/biomesoplenty/treated_maple_planks b/src/client/resources/assets/rounded/models/block/compat/biomesoplenty/treated_maple_planks new file mode 100644 index 0000000..56ca670 --- /dev/null +++ b/src/client/resources/assets/rounded/models/block/compat/biomesoplenty/treated_maple_planks @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "rounded:block/compat/biomesoplenty/treated_maple_planks" + } +} diff --git a/src/client/resources/assets/rounded/models/block/compat/biomesoplenty/treated_palm_planks b/src/client/resources/assets/rounded/models/block/compat/biomesoplenty/treated_palm_planks new file mode 100644 index 0000000..afc24a2 --- /dev/null +++ b/src/client/resources/assets/rounded/models/block/compat/biomesoplenty/treated_palm_planks @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "rounded:block/compat/biomesoplenty/treated_palm_planks" + } +} diff --git a/src/client/resources/assets/rounded/models/block/compat/biomesoplenty/treated_pine_planks b/src/client/resources/assets/rounded/models/block/compat/biomesoplenty/treated_pine_planks new file mode 100644 index 0000000..1bc65ed --- /dev/null +++ b/src/client/resources/assets/rounded/models/block/compat/biomesoplenty/treated_pine_planks @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "rounded:block/compat/biomesoplenty/treated_pine_planks" + } +} diff --git a/src/client/resources/assets/rounded/models/block/compat/biomesoplenty/treated_redwood_planks b/src/client/resources/assets/rounded/models/block/compat/biomesoplenty/treated_redwood_planks new file mode 100644 index 0000000..3fb1dc9 --- /dev/null +++ b/src/client/resources/assets/rounded/models/block/compat/biomesoplenty/treated_redwood_planks @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "rounded:block/compat/biomesoplenty/treated_redwood_planks" + } +} diff --git a/src/client/resources/assets/rounded/models/block/compat/biomesoplenty/treated_umbran_planks b/src/client/resources/assets/rounded/models/block/compat/biomesoplenty/treated_umbran_planks new file mode 100644 index 0000000..17ec0d0 --- /dev/null +++ b/src/client/resources/assets/rounded/models/block/compat/biomesoplenty/treated_umbran_planks @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "rounded:block/compat/biomesoplenty/treated_umbran_planks" + } +} diff --git a/src/client/resources/assets/rounded/models/block/compat/biomesoplenty/treated_willow_planks b/src/client/resources/assets/rounded/models/block/compat/biomesoplenty/treated_willow_planks new file mode 100644 index 0000000..fead114 --- /dev/null +++ b/src/client/resources/assets/rounded/models/block/compat/biomesoplenty/treated_willow_planks @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "rounded:block/compat/biomesoplenty/treated_willow_planks" + } +} diff --git a/src/client/resources/assets/rounded/models/block/compat/cinderscapes/treated_scorched_planks b/src/client/resources/assets/rounded/models/block/compat/cinderscapes/treated_scorched_planks new file mode 100644 index 0000000..1a1d8b7 --- /dev/null +++ b/src/client/resources/assets/rounded/models/block/compat/cinderscapes/treated_scorched_planks @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "rounded:block/compat/cinderscapes/treated_scorched_planks" + } +} diff --git a/src/client/resources/assets/rounded/models/block/compat/cinderscapes/treated_umbral_planks b/src/client/resources/assets/rounded/models/block/compat/cinderscapes/treated_umbral_planks new file mode 100644 index 0000000..882a091 --- /dev/null +++ b/src/client/resources/assets/rounded/models/block/compat/cinderscapes/treated_umbral_planks @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "rounded:block/compat/cinderscapes/treated_umbral_planks" + } +} diff --git a/src/client/resources/assets/rounded/models/block/compat/terrestria/treated_cypress_planks b/src/client/resources/assets/rounded/models/block/compat/terrestria/treated_cypress_planks new file mode 100644 index 0000000..7828433 --- /dev/null +++ b/src/client/resources/assets/rounded/models/block/compat/terrestria/treated_cypress_planks @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "rounded:block/compat/terrestria/treated_cypress_planks" + } +} diff --git a/src/client/resources/assets/rounded/models/block/compat/terrestria/treated_hemlock_planks b/src/client/resources/assets/rounded/models/block/compat/terrestria/treated_hemlock_planks new file mode 100644 index 0000000..9b9ac70 --- /dev/null +++ b/src/client/resources/assets/rounded/models/block/compat/terrestria/treated_hemlock_planks @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "rounded:block/compat/terrestria/treated_hemlock_planks" + } +} diff --git a/src/client/resources/assets/rounded/models/block/compat/terrestria/treated_japanese_maple_planks b/src/client/resources/assets/rounded/models/block/compat/terrestria/treated_japanese_maple_planks new file mode 100644 index 0000000..8eadad4 --- /dev/null +++ b/src/client/resources/assets/rounded/models/block/compat/terrestria/treated_japanese_maple_planks @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "rounded:block/compat/terrestria/treated_japanese_maple_planks" + } +} diff --git a/src/client/resources/assets/rounded/models/block/compat/terrestria/treated_rainbow_eucalyptus_planks b/src/client/resources/assets/rounded/models/block/compat/terrestria/treated_rainbow_eucalyptus_planks new file mode 100644 index 0000000..167d0e3 --- /dev/null +++ b/src/client/resources/assets/rounded/models/block/compat/terrestria/treated_rainbow_eucalyptus_planks @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "rounded:block/compat/terrestria/treated_rainbow_eucalyptus_planks" + } +} diff --git a/src/client/resources/assets/rounded/models/block/compat/terrestria/treated_redwood_planks b/src/client/resources/assets/rounded/models/block/compat/terrestria/treated_redwood_planks new file mode 100644 index 0000000..90739d0 --- /dev/null +++ b/src/client/resources/assets/rounded/models/block/compat/terrestria/treated_redwood_planks @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "rounded:block/compat/terrestria/treated_redwood_planks" + } +} diff --git a/src/client/resources/assets/rounded/models/block/compat/terrestria/treated_rubber_planks b/src/client/resources/assets/rounded/models/block/compat/terrestria/treated_rubber_planks new file mode 100644 index 0000000..cbc5cf9 --- /dev/null +++ b/src/client/resources/assets/rounded/models/block/compat/terrestria/treated_rubber_planks @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "rounded:block/compat/terrestria/treated_rubber_planks" + } +} diff --git a/src/client/resources/assets/rounded/models/block/compat/terrestria/treated_sakura_planks b/src/client/resources/assets/rounded/models/block/compat/terrestria/treated_sakura_planks new file mode 100644 index 0000000..e326b1a --- /dev/null +++ b/src/client/resources/assets/rounded/models/block/compat/terrestria/treated_sakura_planks @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "rounded:block/compat/terrestria/treated_sakura_planks" + } +} diff --git a/src/client/resources/assets/rounded/models/block/compat/terrestria/treated_willow_planks b/src/client/resources/assets/rounded/models/block/compat/terrestria/treated_willow_planks new file mode 100644 index 0000000..d842621 --- /dev/null +++ b/src/client/resources/assets/rounded/models/block/compat/terrestria/treated_willow_planks @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "rounded:block/compat/terrestria/treated_willow_planks" + } +} diff --git a/src/client/resources/assets/rounded/models/block/compat/terrestria/treated_yucca_planks b/src/client/resources/assets/rounded/models/block/compat/terrestria/treated_yucca_planks new file mode 100644 index 0000000..3864f9d --- /dev/null +++ b/src/client/resources/assets/rounded/models/block/compat/terrestria/treated_yucca_planks @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "rounded:block/compat/terrestria/treated_yucca_planks" + } +} diff --git a/src/client/resources/assets/rounded/models/block/compat/traverse/treated_fir_planks b/src/client/resources/assets/rounded/models/block/compat/traverse/treated_fir_planks new file mode 100644 index 0000000..9293de8 --- /dev/null +++ b/src/client/resources/assets/rounded/models/block/compat/traverse/treated_fir_planks @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "rounded:block/compat/traverse/treated_fir_planks" + } +} diff --git a/src/client/resources/assets/rounded/models/block/compat/wilderwild/treated_baobab_planks b/src/client/resources/assets/rounded/models/block/compat/wilderwild/treated_baobab_planks new file mode 100644 index 0000000..b9c9897 --- /dev/null +++ b/src/client/resources/assets/rounded/models/block/compat/wilderwild/treated_baobab_planks @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "rounded:block/compat/wilderwild/treated_baobab_planks" + } +} diff --git a/src/client/resources/assets/rounded/models/block/compat/wilderwild/treated_cypress_planks b/src/client/resources/assets/rounded/models/block/compat/wilderwild/treated_cypress_planks new file mode 100644 index 0000000..a46d09e --- /dev/null +++ b/src/client/resources/assets/rounded/models/block/compat/wilderwild/treated_cypress_planks @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "rounded:block/compat/wilderwild/treated_cypress_planks" + } +} diff --git a/src/client/resources/assets/rounded/models/block/compat/wilderwild/treated_palm_planks b/src/client/resources/assets/rounded/models/block/compat/wilderwild/treated_palm_planks new file mode 100644 index 0000000..d731ea7 --- /dev/null +++ b/src/client/resources/assets/rounded/models/block/compat/wilderwild/treated_palm_planks @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "rounded:block/compat/wilderwild/treated_palm_planks" + } +} diff --git a/src/client/resources/assets/rounded/models/item/compat/betterend/treated_dragon_tree_planks b/src/client/resources/assets/rounded/models/item/compat/betterend/treated_dragon_tree_planks new file mode 100644 index 0000000..b3bb279 --- /dev/null +++ b/src/client/resources/assets/rounded/models/item/compat/betterend/treated_dragon_tree_planks @@ -0,0 +1,3 @@ +{ + "parent": "rounded:block/compat/betterend/treated_dragon_tree_planks" +} diff --git a/src/client/resources/assets/rounded/models/item/compat/betterend/treated_end_lotus_planks b/src/client/resources/assets/rounded/models/item/compat/betterend/treated_end_lotus_planks new file mode 100644 index 0000000..f56d523 --- /dev/null +++ b/src/client/resources/assets/rounded/models/item/compat/betterend/treated_end_lotus_planks @@ -0,0 +1,3 @@ +{ + "parent": "rounded:block/compat/betterend/treated_end_lotus_planks" +} diff --git a/src/client/resources/assets/rounded/models/item/compat/betterend/treated_helix_tree_planks b/src/client/resources/assets/rounded/models/item/compat/betterend/treated_helix_tree_planks new file mode 100644 index 0000000..d7fe711 --- /dev/null +++ b/src/client/resources/assets/rounded/models/item/compat/betterend/treated_helix_tree_planks @@ -0,0 +1,3 @@ +{ + "parent": "rounded:block/compat/betterend/treated_helix_tree_planks" +} diff --git a/src/client/resources/assets/rounded/models/item/compat/betterend/treated_jellyshroom_planks b/src/client/resources/assets/rounded/models/item/compat/betterend/treated_jellyshroom_planks new file mode 100644 index 0000000..655ffce --- /dev/null +++ b/src/client/resources/assets/rounded/models/item/compat/betterend/treated_jellyshroom_planks @@ -0,0 +1,3 @@ +{ + "parent": "rounded:block/compat/betterend/treated_jellyshroom_planks" +} diff --git a/src/client/resources/assets/rounded/models/item/compat/betterend/treated_lacugrove_planks b/src/client/resources/assets/rounded/models/item/compat/betterend/treated_lacugrove_planks new file mode 100644 index 0000000..892f847 --- /dev/null +++ b/src/client/resources/assets/rounded/models/item/compat/betterend/treated_lacugrove_planks @@ -0,0 +1,3 @@ +{ + "parent": "rounded:block/compat/betterend/treated_lacugrove_planks" +} diff --git a/src/client/resources/assets/rounded/models/item/compat/betterend/treated_lucernia_planks b/src/client/resources/assets/rounded/models/item/compat/betterend/treated_lucernia_planks new file mode 100644 index 0000000..ffec8c3 --- /dev/null +++ b/src/client/resources/assets/rounded/models/item/compat/betterend/treated_lucernia_planks @@ -0,0 +1,3 @@ +{ + "parent": "rounded:block/compat/betterend/treated_lucernia_planks" +} diff --git a/src/client/resources/assets/rounded/models/item/compat/betterend/treated_mossy_glowshroom_planks b/src/client/resources/assets/rounded/models/item/compat/betterend/treated_mossy_glowshroom_planks new file mode 100644 index 0000000..7d5a976 --- /dev/null +++ b/src/client/resources/assets/rounded/models/item/compat/betterend/treated_mossy_glowshroom_planks @@ -0,0 +1,3 @@ +{ + "parent": "rounded:block/compat/betterend/treated_mossy_glowshroom_planks" +} diff --git a/src/client/resources/assets/rounded/models/item/compat/betterend/treated_pythadendron_planks b/src/client/resources/assets/rounded/models/item/compat/betterend/treated_pythadendron_planks new file mode 100644 index 0000000..4ea19d1 --- /dev/null +++ b/src/client/resources/assets/rounded/models/item/compat/betterend/treated_pythadendron_planks @@ -0,0 +1,3 @@ +{ + "parent": "rounded:block/compat/betterend/treated_pythadendron_planks" +} diff --git a/src/client/resources/assets/rounded/models/item/compat/betterend/treated_tenanea_planks b/src/client/resources/assets/rounded/models/item/compat/betterend/treated_tenanea_planks new file mode 100644 index 0000000..eb2f804 --- /dev/null +++ b/src/client/resources/assets/rounded/models/item/compat/betterend/treated_tenanea_planks @@ -0,0 +1,3 @@ +{ + "parent": "rounded:block/compat/betterend/treated_tenanea_planks" +} diff --git a/src/client/resources/assets/rounded/models/item/compat/betterend/treated_umbrella_tree_planks b/src/client/resources/assets/rounded/models/item/compat/betterend/treated_umbrella_tree_planks new file mode 100644 index 0000000..abd0e12 --- /dev/null +++ b/src/client/resources/assets/rounded/models/item/compat/betterend/treated_umbrella_tree_planks @@ -0,0 +1,3 @@ +{ + "parent": "rounded:block/compat/betterend/treated_umbrella_tree_planks" +} diff --git a/src/client/resources/assets/rounded/models/item/compat/betternether/treated_anchor_tree_planks b/src/client/resources/assets/rounded/models/item/compat/betternether/treated_anchor_tree_planks new file mode 100644 index 0000000..8ee91b6 --- /dev/null +++ b/src/client/resources/assets/rounded/models/item/compat/betternether/treated_anchor_tree_planks @@ -0,0 +1,3 @@ +{ + "parent": "rounded:block/compat/betternether/treated_anchor_tree_planks" +} diff --git a/src/client/resources/assets/rounded/models/item/compat/betternether/treated_mushroom_fir_planks b/src/client/resources/assets/rounded/models/item/compat/betternether/treated_mushroom_fir_planks new file mode 100644 index 0000000..8fcd1d0 --- /dev/null +++ b/src/client/resources/assets/rounded/models/item/compat/betternether/treated_mushroom_fir_planks @@ -0,0 +1,3 @@ +{ + "parent": "rounded:block/compat/betternether/treated_mushroom_fir_planks" +} diff --git a/src/client/resources/assets/rounded/models/item/compat/betternether/treated_nether_mushroom_planks b/src/client/resources/assets/rounded/models/item/compat/betternether/treated_nether_mushroom_planks new file mode 100644 index 0000000..ff47ad2 --- /dev/null +++ b/src/client/resources/assets/rounded/models/item/compat/betternether/treated_nether_mushroom_planks @@ -0,0 +1,3 @@ +{ + "parent": "rounded:block/compat/betternether/treated_nether_mushroom_planks" +} diff --git a/src/client/resources/assets/rounded/models/item/compat/betternether/treated_nether_reed_planks b/src/client/resources/assets/rounded/models/item/compat/betternether/treated_nether_reed_planks new file mode 100644 index 0000000..920d162 --- /dev/null +++ b/src/client/resources/assets/rounded/models/item/compat/betternether/treated_nether_reed_planks @@ -0,0 +1,3 @@ +{ + "parent": "rounded:block/compat/betternether/treated_nether_reed_planks" +} diff --git a/src/client/resources/assets/rounded/models/item/compat/betternether/treated_nether_sakura_planks b/src/client/resources/assets/rounded/models/item/compat/betternether/treated_nether_sakura_planks new file mode 100644 index 0000000..31b035d --- /dev/null +++ b/src/client/resources/assets/rounded/models/item/compat/betternether/treated_nether_sakura_planks @@ -0,0 +1,3 @@ +{ + "parent": "rounded:block/compat/betternether/treated_nether_sakura_planks" +} diff --git a/src/client/resources/assets/rounded/models/item/compat/betternether/treated_rubeus_planks b/src/client/resources/assets/rounded/models/item/compat/betternether/treated_rubeus_planks new file mode 100644 index 0000000..c6f8725 --- /dev/null +++ b/src/client/resources/assets/rounded/models/item/compat/betternether/treated_rubeus_planks @@ -0,0 +1,3 @@ +{ + "parent": "rounded:block/compat/betternether/treated_rubeus_planks" +} diff --git a/src/client/resources/assets/rounded/models/item/compat/betternether/treated_stalagnate_planks b/src/client/resources/assets/rounded/models/item/compat/betternether/treated_stalagnate_planks new file mode 100644 index 0000000..55a4e53 --- /dev/null +++ b/src/client/resources/assets/rounded/models/item/compat/betternether/treated_stalagnate_planks @@ -0,0 +1,3 @@ +{ + "parent": "rounded:block/compat/betternether/treated_stalagnate_planks" +} diff --git a/src/client/resources/assets/rounded/models/item/compat/betternether/treated_wart_planks_planks b/src/client/resources/assets/rounded/models/item/compat/betternether/treated_wart_planks_planks new file mode 100644 index 0000000..d138522 --- /dev/null +++ b/src/client/resources/assets/rounded/models/item/compat/betternether/treated_wart_planks_planks @@ -0,0 +1,3 @@ +{ + "parent": "rounded:block/compat/betternether/treated_wart_planks_planks" +} diff --git a/src/client/resources/assets/rounded/models/item/compat/betternether/treated_willow_planks_planks b/src/client/resources/assets/rounded/models/item/compat/betternether/treated_willow_planks_planks new file mode 100644 index 0000000..1f12cff --- /dev/null +++ b/src/client/resources/assets/rounded/models/item/compat/betternether/treated_willow_planks_planks @@ -0,0 +1,3 @@ +{ + "parent": "rounded:block/compat/betternether/treated_willow_planks_planks" +} diff --git a/src/client/resources/assets/rounded/models/item/compat/biomesoplenty/treated_dead_planks b/src/client/resources/assets/rounded/models/item/compat/biomesoplenty/treated_dead_planks new file mode 100644 index 0000000..6b16a8f --- /dev/null +++ b/src/client/resources/assets/rounded/models/item/compat/biomesoplenty/treated_dead_planks @@ -0,0 +1,3 @@ +{ + "parent": "rounded:block/compat/biomesoplenty/treated_dead_planks" +} diff --git a/src/client/resources/assets/rounded/models/item/compat/biomesoplenty/treated_empyreal_planks b/src/client/resources/assets/rounded/models/item/compat/biomesoplenty/treated_empyreal_planks new file mode 100644 index 0000000..3eeb039 --- /dev/null +++ b/src/client/resources/assets/rounded/models/item/compat/biomesoplenty/treated_empyreal_planks @@ -0,0 +1,3 @@ +{ + "parent": "rounded:block/compat/biomesoplenty/treated_empyreal_planks" +} diff --git a/src/client/resources/assets/rounded/models/item/compat/biomesoplenty/treated_fir_planks b/src/client/resources/assets/rounded/models/item/compat/biomesoplenty/treated_fir_planks new file mode 100644 index 0000000..ce2e3ef --- /dev/null +++ b/src/client/resources/assets/rounded/models/item/compat/biomesoplenty/treated_fir_planks @@ -0,0 +1,3 @@ +{ + "parent": "rounded:block/compat/biomesoplenty/treated_fir_planks" +} diff --git a/src/client/resources/assets/rounded/models/item/compat/biomesoplenty/treated_hellbark_planks b/src/client/resources/assets/rounded/models/item/compat/biomesoplenty/treated_hellbark_planks new file mode 100644 index 0000000..f340980 --- /dev/null +++ b/src/client/resources/assets/rounded/models/item/compat/biomesoplenty/treated_hellbark_planks @@ -0,0 +1,3 @@ +{ + "parent": "rounded:block/compat/biomesoplenty/treated_hellbark_planks" +} diff --git a/src/client/resources/assets/rounded/models/item/compat/biomesoplenty/treated_jacaranda_planks b/src/client/resources/assets/rounded/models/item/compat/biomesoplenty/treated_jacaranda_planks new file mode 100644 index 0000000..bc50105 --- /dev/null +++ b/src/client/resources/assets/rounded/models/item/compat/biomesoplenty/treated_jacaranda_planks @@ -0,0 +1,3 @@ +{ + "parent": "rounded:block/compat/biomesoplenty/treated_jacaranda_planks" +} diff --git a/src/client/resources/assets/rounded/models/item/compat/biomesoplenty/treated_magic_planks b/src/client/resources/assets/rounded/models/item/compat/biomesoplenty/treated_magic_planks new file mode 100644 index 0000000..7434a9e --- /dev/null +++ b/src/client/resources/assets/rounded/models/item/compat/biomesoplenty/treated_magic_planks @@ -0,0 +1,3 @@ +{ + "parent": "rounded:block/compat/biomesoplenty/treated_magic_planks" +} diff --git a/src/client/resources/assets/rounded/models/item/compat/biomesoplenty/treated_mahogany_planks b/src/client/resources/assets/rounded/models/item/compat/biomesoplenty/treated_mahogany_planks new file mode 100644 index 0000000..1ffa5d0 --- /dev/null +++ b/src/client/resources/assets/rounded/models/item/compat/biomesoplenty/treated_mahogany_planks @@ -0,0 +1,3 @@ +{ + "parent": "rounded:block/compat/biomesoplenty/treated_mahogany_planks" +} diff --git a/src/client/resources/assets/rounded/models/item/compat/biomesoplenty/treated_maple_planks b/src/client/resources/assets/rounded/models/item/compat/biomesoplenty/treated_maple_planks new file mode 100644 index 0000000..75b367e --- /dev/null +++ b/src/client/resources/assets/rounded/models/item/compat/biomesoplenty/treated_maple_planks @@ -0,0 +1,3 @@ +{ + "parent": "rounded:block/compat/biomesoplenty/treated_maple_planks" +} diff --git a/src/client/resources/assets/rounded/models/item/compat/biomesoplenty/treated_palm_planks b/src/client/resources/assets/rounded/models/item/compat/biomesoplenty/treated_palm_planks new file mode 100644 index 0000000..aba7582 --- /dev/null +++ b/src/client/resources/assets/rounded/models/item/compat/biomesoplenty/treated_palm_planks @@ -0,0 +1,3 @@ +{ + "parent": "rounded:block/compat/biomesoplenty/treated_palm_planks" +} diff --git a/src/client/resources/assets/rounded/models/item/compat/biomesoplenty/treated_pine_planks b/src/client/resources/assets/rounded/models/item/compat/biomesoplenty/treated_pine_planks new file mode 100644 index 0000000..3d4383d --- /dev/null +++ b/src/client/resources/assets/rounded/models/item/compat/biomesoplenty/treated_pine_planks @@ -0,0 +1,3 @@ +{ + "parent": "rounded:block/compat/biomesoplenty/treated_pine_planks" +} diff --git a/src/client/resources/assets/rounded/models/item/compat/biomesoplenty/treated_redwood_planks b/src/client/resources/assets/rounded/models/item/compat/biomesoplenty/treated_redwood_planks new file mode 100644 index 0000000..3b2e642 --- /dev/null +++ b/src/client/resources/assets/rounded/models/item/compat/biomesoplenty/treated_redwood_planks @@ -0,0 +1,3 @@ +{ + "parent": "rounded:block/compat/biomesoplenty/treated_redwood_planks" +} diff --git a/src/client/resources/assets/rounded/models/item/compat/biomesoplenty/treated_umbran_planks b/src/client/resources/assets/rounded/models/item/compat/biomesoplenty/treated_umbran_planks new file mode 100644 index 0000000..49cee65 --- /dev/null +++ b/src/client/resources/assets/rounded/models/item/compat/biomesoplenty/treated_umbran_planks @@ -0,0 +1,3 @@ +{ + "parent": "rounded:block/compat/biomesoplenty/treated_umbran_planks" +} diff --git a/src/client/resources/assets/rounded/models/item/compat/biomesoplenty/treated_willow_planks b/src/client/resources/assets/rounded/models/item/compat/biomesoplenty/treated_willow_planks new file mode 100644 index 0000000..4700bdb --- /dev/null +++ b/src/client/resources/assets/rounded/models/item/compat/biomesoplenty/treated_willow_planks @@ -0,0 +1,3 @@ +{ + "parent": "rounded:block/compat/biomesoplenty/treated_willow_planks" +} diff --git a/src/client/resources/assets/rounded/models/item/compat/cinderscapes/treated_scorched_planks b/src/client/resources/assets/rounded/models/item/compat/cinderscapes/treated_scorched_planks new file mode 100644 index 0000000..a08aaf3 --- /dev/null +++ b/src/client/resources/assets/rounded/models/item/compat/cinderscapes/treated_scorched_planks @@ -0,0 +1,3 @@ +{ + "parent": "rounded:block/compat/cinderscapes/treated_scorched_planks" +} diff --git a/src/client/resources/assets/rounded/models/item/compat/cinderscapes/treated_umbral_planks b/src/client/resources/assets/rounded/models/item/compat/cinderscapes/treated_umbral_planks new file mode 100644 index 0000000..513bd82 --- /dev/null +++ b/src/client/resources/assets/rounded/models/item/compat/cinderscapes/treated_umbral_planks @@ -0,0 +1,3 @@ +{ + "parent": "rounded:block/compat/cinderscapes/treated_umbral_planks" +} diff --git a/src/client/resources/assets/rounded/models/item/compat/terrestria/treated_cypress_planks b/src/client/resources/assets/rounded/models/item/compat/terrestria/treated_cypress_planks new file mode 100644 index 0000000..954d8dc --- /dev/null +++ b/src/client/resources/assets/rounded/models/item/compat/terrestria/treated_cypress_planks @@ -0,0 +1,3 @@ +{ + "parent": "rounded:block/compat/terrestria/treated_cypress_planks" +} diff --git a/src/client/resources/assets/rounded/models/item/compat/terrestria/treated_hemlock_planks b/src/client/resources/assets/rounded/models/item/compat/terrestria/treated_hemlock_planks new file mode 100644 index 0000000..8f6aea3 --- /dev/null +++ b/src/client/resources/assets/rounded/models/item/compat/terrestria/treated_hemlock_planks @@ -0,0 +1,3 @@ +{ + "parent": "rounded:block/compat/terrestria/treated_hemlock_planks" +} diff --git a/src/client/resources/assets/rounded/models/item/compat/terrestria/treated_japanese_maple_planks b/src/client/resources/assets/rounded/models/item/compat/terrestria/treated_japanese_maple_planks new file mode 100644 index 0000000..cf76d97 --- /dev/null +++ b/src/client/resources/assets/rounded/models/item/compat/terrestria/treated_japanese_maple_planks @@ -0,0 +1,3 @@ +{ + "parent": "rounded:block/compat/terrestria/treated_japanese_maple_planks" +} diff --git a/src/client/resources/assets/rounded/models/item/compat/terrestria/treated_rainbow_eucalyptus_planks b/src/client/resources/assets/rounded/models/item/compat/terrestria/treated_rainbow_eucalyptus_planks new file mode 100644 index 0000000..2bde542 --- /dev/null +++ b/src/client/resources/assets/rounded/models/item/compat/terrestria/treated_rainbow_eucalyptus_planks @@ -0,0 +1,3 @@ +{ + "parent": "rounded:block/compat/terrestria/treated_rainbow_eucalyptus_planks" +} diff --git a/src/client/resources/assets/rounded/models/item/compat/terrestria/treated_redwood_planks b/src/client/resources/assets/rounded/models/item/compat/terrestria/treated_redwood_planks new file mode 100644 index 0000000..954aa91 --- /dev/null +++ b/src/client/resources/assets/rounded/models/item/compat/terrestria/treated_redwood_planks @@ -0,0 +1,3 @@ +{ + "parent": "rounded:block/compat/terrestria/treated_redwood_planks" +} diff --git a/src/client/resources/assets/rounded/models/item/compat/terrestria/treated_rubber_planks b/src/client/resources/assets/rounded/models/item/compat/terrestria/treated_rubber_planks new file mode 100644 index 0000000..69c5629 --- /dev/null +++ b/src/client/resources/assets/rounded/models/item/compat/terrestria/treated_rubber_planks @@ -0,0 +1,3 @@ +{ + "parent": "rounded:block/compat/terrestria/treated_rubber_planks" +} diff --git a/src/client/resources/assets/rounded/models/item/compat/terrestria/treated_sakura_planks b/src/client/resources/assets/rounded/models/item/compat/terrestria/treated_sakura_planks new file mode 100644 index 0000000..c0db0a5 --- /dev/null +++ b/src/client/resources/assets/rounded/models/item/compat/terrestria/treated_sakura_planks @@ -0,0 +1,3 @@ +{ + "parent": "rounded:block/compat/terrestria/treated_sakura_planks" +} diff --git a/src/client/resources/assets/rounded/models/item/compat/terrestria/treated_willow_planks b/src/client/resources/assets/rounded/models/item/compat/terrestria/treated_willow_planks new file mode 100644 index 0000000..bc00fd6 --- /dev/null +++ b/src/client/resources/assets/rounded/models/item/compat/terrestria/treated_willow_planks @@ -0,0 +1,3 @@ +{ + "parent": "rounded:block/compat/terrestria/treated_willow_planks" +} diff --git a/src/client/resources/assets/rounded/models/item/compat/terrestria/treated_yucca_planks b/src/client/resources/assets/rounded/models/item/compat/terrestria/treated_yucca_planks new file mode 100644 index 0000000..8a6abd5 --- /dev/null +++ b/src/client/resources/assets/rounded/models/item/compat/terrestria/treated_yucca_planks @@ -0,0 +1,3 @@ +{ + "parent": "rounded:block/compat/terrestria/treated_yucca_planks" +} diff --git a/src/client/resources/assets/rounded/models/item/compat/traverse/treated_fir_planks b/src/client/resources/assets/rounded/models/item/compat/traverse/treated_fir_planks new file mode 100644 index 0000000..f4aa69e --- /dev/null +++ b/src/client/resources/assets/rounded/models/item/compat/traverse/treated_fir_planks @@ -0,0 +1,3 @@ +{ + "parent": "rounded:block/compat/traverse/treated_fir_planks" +} diff --git a/src/client/resources/assets/rounded/models/item/compat/wilderwild/treated_baobab_planks b/src/client/resources/assets/rounded/models/item/compat/wilderwild/treated_baobab_planks new file mode 100644 index 0000000..c773dd3 --- /dev/null +++ b/src/client/resources/assets/rounded/models/item/compat/wilderwild/treated_baobab_planks @@ -0,0 +1,3 @@ +{ + "parent": "rounded:block/compat/wilderwild/treated_baobab_planks" +} diff --git a/src/client/resources/assets/rounded/models/item/compat/wilderwild/treated_cypress_planks b/src/client/resources/assets/rounded/models/item/compat/wilderwild/treated_cypress_planks new file mode 100644 index 0000000..efb6a23 --- /dev/null +++ b/src/client/resources/assets/rounded/models/item/compat/wilderwild/treated_cypress_planks @@ -0,0 +1,3 @@ +{ + "parent": "rounded:block/compat/wilderwild/treated_cypress_planks" +} diff --git a/src/client/resources/assets/rounded/models/item/compat/wilderwild/treated_palm_planks b/src/client/resources/assets/rounded/models/item/compat/wilderwild/treated_palm_planks new file mode 100644 index 0000000..0bd437d --- /dev/null +++ b/src/client/resources/assets/rounded/models/item/compat/wilderwild/treated_palm_planks @@ -0,0 +1,3 @@ +{ + "parent": "rounded:block/compat/wilderwild/treated_palm_planks" +} diff --git a/src/client/resources/assets/rounded/textures/block/compat/betterend/treated_dragon_tree_planks.png b/src/client/resources/assets/rounded/textures/block/compat/betterend/treated_dragon_tree_planks.png new file mode 100644 index 0000000000000000000000000000000000000000..148bcb15df3c7ef2d8163284b85b8f6b957d1b1c GIT binary patch literal 292 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJV{wqX6T`Z5GB1G~`v9L1S7(Dr z3pF1@MQ1Hp8+A!@HAyoyNmCUGV`Xt8WpP6#F#|<0eK`>=IbkhXVGS7}btyqrDM1xU zL1hU6rAUul*ScGWfJROBba4!km>TNmDRjtyXR^*R)fN-)-~YEOP3M*|IeFq%!|PrD zE{M+J@eySIo2k^VP!%xupUz^on>9LYVy(+1R9l3sbwqQ!%Wu3>E@N#!6ehWCO6_ew z&dt+~7YUc0Zd-r({X@4eEu9bB=5@WibzSy_O!{5#*`m5d3p(fI7)4STd&2}FgUGdPx%9!W$&R49>+(A{d3R}_cw|N44A#z`iPHpxV=A)r*$6OX)A@1_?}p@JAIgiuT! zMJF23nRoBK_S!v&7trVMclglrcRzYz{O|OSvr7>cVF0BBfa)%))qNPd7Rb4%sv5V} z?*6i)08SQT-*qA!(TZ0hsEI| z^B*a{xcC>q0L)Cm^7P)p+tt}%} z&4;h${QT(N0TZQ^ ztuqDi;$k%pz1LtSCd$R#oruPvKVHnIT;E)N-saMey_sk)eE(=)RRN@wRaJyrYi0}} z=X(FnZr63pWX7#Qr&3?PUq@>y!b00kA|f**0t=<7^n;ZWW}K#Sy4+V{dU!l{uj6ct z8WFQ$7$YjP)LJ9r{L`1;kM_*W-CJuKm|ne40En)0&hz=L@84IdVrn(w^zcq;^!mfP zl%k?uT^YlpX%+?}`905D6}b+tM`=d1O}!JaUulvr3b y(w`S=Ln$x-C>z)eK+mVP`UFm_K4!c hAKYJV-~IoUv1v8at)#f+u0Xdic)I$ztaD0e0sz_nUHAY1 literal 0 HcmV?d00001 diff --git a/src/client/resources/assets/rounded/textures/block/compat/betterend/treated_jellyshroom_planks.png b/src/client/resources/assets/rounded/textures/block/compat/betterend/treated_jellyshroom_planks.png new file mode 100644 index 0000000000000000000000000000000000000000..1733ed6d6b90911bf75af25781b117d2f6c77d6d GIT binary patch literal 234 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJV{wqX6T`Z5GB1G~i2$Dv*NGdp zcdS_7uyAF;lz9oQ6T+%mymQM}969}Ev!FjvO@pV4V~E7m(0<2h%#IvRu2=T`@BQp~ zK55g3sa#B&BLNF|mEw4wXAEV~;34 h{K5U@_TB$q8Jku!-AamE?h14ZgQu&X%Q~loCIE#OV157q literal 0 HcmV?d00001 diff --git a/src/client/resources/assets/rounded/textures/block/compat/betterend/treated_lacugrove_planks.png b/src/client/resources/assets/rounded/textures/block/compat/betterend/treated_lacugrove_planks.png new file mode 100644 index 0000000000000000000000000000000000000000..63b4d25f859664d76aaa94a1510bfbc72cbdabbe GIT binary patch literal 234 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJV{wqX6T`Z5GB1G~i2$Dv*AG8- zy!^24$;%ZtZ_Yb&eA2${Et^-BfB$=t)7E4^P)&oUi(`ny)X;v%Y0QosPOew>{qOzk zc|K{=hpAjlp(ydeBI_O*Ui(mNk+w8lrcRkRItKo=do9r_vSTa6<)hNhq-Cn zxsF2?(@c}+OJ+Q3nGiq4yzgV5-(Bg2|8kUP6lADmO3c;~{OiV+crmek*$$OEFJq4= iKK#M`<@VkGUm2TLGu=vxTkZ;U3xlVtpUXO@geCxWtz_W< literal 0 HcmV?d00001 diff --git a/src/client/resources/assets/rounded/textures/block/compat/betterend/treated_lucernia_planks.png b/src/client/resources/assets/rounded/textures/block/compat/betterend/treated_lucernia_planks.png new file mode 100644 index 0000000000000000000000000000000000000000..701f18b7be83cb7ceb88883253adbac472b405f2 GIT binary patch literal 259 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJV{wqX6T`Z5GB1G~=>VS)S0LS@ ztvlD;YMrCQK0oi1VS!h&6CN}bJe%0y9v7Snl;$i6@(X784+Z8-v#$UJ8$DedLnNm9 z`g;m7J8~2;&iTLJV!}y9_S0gS2X;NL{I{CTrThAYUKi#|7noZGL*FK5URYBa%Dr7+ z`nx-;6`$nGT$0)m6~Nm)>mpmWct*tsWxuV5c9-@i-@HAIQQ|?}HbEbYY?Vxj$vT36 w-M$@TIBX_x+dSqq>!S$;`&jp-ru}=(Jj;otgO%fB63{UWp00i_>zopr0JX(op8x;= literal 0 HcmV?d00001 diff --git a/src/client/resources/assets/rounded/textures/block/compat/betterend/treated_mossy_glowshroom_planks.png b/src/client/resources/assets/rounded/textures/block/compat/betterend/treated_mossy_glowshroom_planks.png new file mode 100644 index 0000000000000000000000000000000000000000..3a2b2716d57beb7d96ef282a7af9ee6f09c31a5f GIT binary patch literal 234 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJV{wqX6T`Z5GB1G~i2$DvSElU? z8COqXT-?n#xtg&xhcP>xF~Z&I!oH;?_j!P78a!PbLnNk#_B&2vcI0q!y|V9r?`O~R zNt-@QQ*LIus z3ge0b{emQoq-eG1DAlM)mB>)#&=BR2VCCRorQkrNz(B>o0L1_gc@KA4cUKu#7ikwq zX-7vXM+Yef2T2DzNjp0UJ6j3cX@S$u{dxErX!2}N7sn8ZsiA$2LWc}^m{q$qRUK|^ z$z1UNzlPBqi;PJVuTN|EZ1ew$$Sa-_LG8bhF6$h(ERgzJ8F^kooWHx(@u8X<=fWeR zZm#QHdDmBWL>`Q7Oia4rGIRM$-G%n2QY|<)Z@hc?U3sZe)Tv|7TBaR&c;ol?1@C`c z+x{{ssZ%FIS^Kt+vf1U%!WZFr-))5_=DuXvDPfqkc4eOIHTF|a*#7W#u%7`slfl!~ K&t;ucLK6TSM03^v literal 0 HcmV?d00001 diff --git a/src/client/resources/assets/rounded/textures/block/compat/betterend/treated_tenanea_planks.png b/src/client/resources/assets/rounded/textures/block/compat/betterend/treated_tenanea_planks.png new file mode 100644 index 0000000000000000000000000000000000000000..ba4e2fec632877571c0afe678a3bcf6fa625353b GIT binary patch literal 234 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJV{wqX6T`Z5GB1G~i2$Dv*ZujM zHYYDx8$W+x*rdrmO;vU|>Bdp#TMlPDTxwBKy>@~dp~=g zPulchDi>4eSDW+xYi}=Kw>iso^R#V}QE?Y#OwS4xtgza7>{aHyc}-b`*KW^YZrXOP zrP*dvM$ he{g@fefR%Y#-`Owx02$Py8_+9;OXk;vd$@?2>{{7Uxfew literal 0 HcmV?d00001 diff --git a/src/client/resources/assets/rounded/textures/block/compat/betterend/treated_umbrella_tree_planks.png b/src/client/resources/assets/rounded/textures/block/compat/betterend/treated_umbrella_tree_planks.png new file mode 100644 index 0000000000000000000000000000000000000000..11b2529dbdb7f62f8a44dc227dc3e67efc0d3568 GIT binary patch literal 234 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJV{wqX6T`Z5GB1G~i2$DvSLUh; zro2L?)EuUmG^U6|CjSUVH(#l)4%gO&(}8LlJY5_^B&LS;J5FPEXSr^kwoNiB?xKw8S)qazRy&Wq%DgwPDXZ|>?K#X%+s<_y zvY2L?JYO>7QOkt*Ddv42`~2=oFZ`FIJfk2(B~xOyj^JN6w#18x?aOwk+<6&$MDgJd g?k~6R{{PC@w3_KwQrvP^pj#L`UHx3vIVCg!0P^oym;e9( literal 0 HcmV?d00001 diff --git a/src/client/resources/assets/rounded/textures/block/compat/betternether/treated_anchor_tree_planks.png b/src/client/resources/assets/rounded/textures/block/compat/betternether/treated_anchor_tree_planks.png new file mode 100644 index 0000000000000000000000000000000000000000..2508df30637c6813e566a50586581e2a0e3b47bb GIT binary patch literal 571 zcmV-B0>u4^P)Px$^+`lQR49>!lFe=tQ4EET@9)f{lQ2oUXlPZ5B7wT>6R=~&f+ypx;2{t~RU;v_ zBx%yl+_^LN+AIQPS+9=lV@vjD`t;@F#n}Y_05_|f7d2gdemB2tL}b34{rq}sr*5(+ z%cfX;`*nOZ=ga^eS5MRPT12L&wbI(O>(JhHP^7#nrdC7%Xr}v)Wm!v?^y#X|=oExylhy zyAImus;NLAB3D^uy%iDdbc_QSA`-TtKCOij_wo2`!i{Ci4{Ul89+{X{aJ2_?bWW<1W6a{{WQ>9bf&HqmKXp002ov JPDHLkV1jMM|DXT> literal 0 HcmV?d00001 diff --git a/src/client/resources/assets/rounded/textures/block/compat/betternether/treated_mushroom_fir_planks.png b/src/client/resources/assets/rounded/textures/block/compat/betternether/treated_mushroom_fir_planks.png new file mode 100644 index 0000000000000000000000000000000000000000..ab38178b1f67993970f8a3cd335a4ea8b2ca2c92 GIT binary patch literal 233 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJV{wqX6T`Z5GB1G~i2$DvS1!3c z9@S<(of(4W3xu542zzak4Bcarb^Jr+vuvQ6dQTU}5Q(Y2{f=Ts3^<$u6?XpbWxo|! z^3eFFVw1)9d-;hPhpZNyzrnS^edh_8(++y853JbcH6uN9?WL{k%2xMHg3>-D%&hM* z;bKXe&hk^{Rm<8n>tB|->`9JX(DZrx+XHRhrkSFbb!30Jobzs2#kb&ItbKR);R@%h(J&c6Yn3vZrYd<#U+F1>wr`R%hS@16tE)pyUYy?b%(JqTTY z|MJHBmp4BE(JLUj_2Jd+53g^31fe@0-`xH9=H4eDdJ9DNKfQhM`Q5|M?;d@A4@8f@ z0MUmhUp_qj3Pc~Def{|S>!;`6KE3$%>E*Z2K=kT62)+LP1&H4K`1V%Ho7dgPX;i(`ny)Yx;ki<%5XS|9EWbmUc7F2$;) zn8KtckkcNu;mY^=HJ46*+aDvIZFk`LeFk4AAzr6#b^=&`6T9)ef_nl(MED(}D8khOJ^y8Un2NxZCrxkqagRcDghGYpDi$JGkMrKDDPS|Uo zc)j*P*Vl7L7+;$me0)|@I`q_82gcQU+<$ImuY7o?>PN%&JKgLlTXa>$H<4tHO$n82`Oy7uA+^ U*>3PL73fO_Pgg&ebxsLQ08LUT&Hw-a literal 0 HcmV?d00001 diff --git a/src/client/resources/assets/rounded/textures/block/compat/betternether/treated_nether_reed_planks.png b/src/client/resources/assets/rounded/textures/block/compat/betternether/treated_nether_reed_planks.png new file mode 100644 index 0000000000000000000000000000000000000000..2875ed900711f95ac526fd76b41353a1296564eb GIT binary patch literal 689 zcmV;i0#5yjP)Px%Ye_^wR49>^kV{k3PymI`&28RkE=}4}T3Q|r2+Cu05G`(S?H_Q)-{l|i7qD_z zxIq+oi~^OR(3aA?+T@0$E*NLrdRFKAcIS|H?>_?IaRNY1SU`tbERW>aFx0`lN2xH0 zLsKZZlRE&G{)8~I#mqUMo)bb;RUM5+`E+4{Z5)Q53S=o1F9GPuT%R8RQ1j&+fX(@h zjxXCqy>r!Bb5;Rx-rcV4=EmiYi<$Z|k374dszyUxc{O5B5o|-sGH1lEgVzg!wFY{fGcK=Kuiw>j^VkRkjGA zG+lOwUY3Tdl~)(unaT1|6v?vWdmaGJgE?nQ8ODT}t&C2ZdFRYMrIdu*$c zzIFGO+2&<*0U(auG&AysM3~uHuiBbc5G64T2LLof1JJwaEm`YB=_X4=NtVsnKKG9* zGxLO*Ei>P1NY6Tx(=5y8m9^i=kA!2Ypj*5#klGe+Ts<61lH~iIAmm7`-b{ItB#9`B zNs?H!<_q0N1n_TpJRldi5x$Wg>?je0}RO@8; zRaUIk((9w%A+x6VI0jG?i|y!^Fta7;Du5Mp?L0nWb(4~#>?)TGmExr&#-Be8l+Zl;(zi7 Xxhg7v705J&00000NkvXXu0mjfAge&9 literal 0 HcmV?d00001 diff --git a/src/client/resources/assets/rounded/textures/block/compat/betternether/treated_nether_sakura_planks.png b/src/client/resources/assets/rounded/textures/block/compat/betternether/treated_nether_sakura_planks.png new file mode 100644 index 0000000000000000000000000000000000000000..de951886f9ea4642b784a322553dbf67c9916e5c GIT binary patch literal 644 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJV{wqX6T`Z5GB1H_(*U0kS669% zHyHtUSwRmuK~Fg$FL_~a1rZ-bQC}r7KV@-$74ZNi;Q&>MKxL62710n?u~0SfFg1yA zb%_WK$w*D9C@tw|ZJ8K#iC7KEI87juO3;=`)R9Tjl}px>PtlW01tNX6d{fmzQ{_SnwIVZ>B1`pRGnHa<)e>{n zQcJZmAhJ>~2O?{YN+7b)tO6oit!f*s8e8pJJDoav-3D{z1_!++bLCcRwKi+jHXF50 z8?|nGtzJ8gUPqlid(A#a?S2QXekYv?j@lEQbS69NOm@+o?5a1_MR%&J-ZWRe>2CVd z-SuYxk%z%dAo4Vv1w>v(v%QSwcpK04F`4IUHs8;Db)wIL=?BAsq50R-#W6%;s_)_3 zK}`-43=iV3NEm7K@C9FN)Zi@$=M57Go2Y4Rb;}~xAX820{eO~+2u)nrB|DSzl z8o%P9?nQ!WT)grN7TvGaJ`#Vb(f-cM$A%osrmtFOzwQ@rnSdpamrJzV^}U_1t_7J| zBnKRP{&-d0?{zG_A>S@YUCI6vc&TcpK*r~y#lJb*rzopr08)wE{{R30 literal 0 HcmV?d00001 diff --git a/src/client/resources/assets/rounded/textures/block/compat/betternether/treated_rubeus_planks.png b/src/client/resources/assets/rounded/textures/block/compat/betternether/treated_rubeus_planks.png new file mode 100644 index 0000000000000000000000000000000000000000..c1f3489cd673a22b3e11f5878024ab44e55b82f3 GIT binary patch literal 276 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJV{wqX6T`Z5GB1G~vjCqE*Cq0r(7J0XJC67*3&mJ}3J`KNF8X&P3LhpZgu zr`9vQ31XX>Dtp6d3)AMS*AAu4^Ibi4UEB@Va0kze4-U;XlDL@TU|DI-nfAi3yrFXc zvgcn8yxSIqP)Px%4@pEpR49>!kxgzBK@^1Rz3%o*k3EU)#EF3j1(fVSV#f_Q2It^NELd@dTmY5` z*d!!zVmpq{6>wDwR~KqK}_HO(%x{09@bBo@8aS%*Svun+2wCU(Ou0 z7r)OXs_$RVg65m++0FIMpR*r})yl`_ezE3AalKjGg!ASlj~$ zU5Fy2xNADD>juEfcdr3tX~t2-HnK2*LLH{3M*#YHAHeO;t0<8}-Qk}?=v1P>A}rQs z#u)sk$;mT8V4K-|G~}R`=X38o3y)tMT>ZMNTq!JpL$*7pe6`K&?2p(OLlM5IMo0Tq zRjuzr(2(u`obvZ901VCLn;Gq>KNs{EYoEOaO zodd90tc3%BgX3ugNk>|nwrjJ!8~|6hh0!KbOb1yPI-zj<_B7R&Kmgogv$HpJ&KYeU zR-(QZC6R+pwXbT9YJNEb!P@NcvIvPPW|M)i@V4cnAt7w3ZfaqP9E3xj=P@EpEIOh$ jAKu%^U>k6^nd->00000NkvXXu0mjfh7uBK literal 0 HcmV?d00001 diff --git a/src/client/resources/assets/rounded/textures/block/compat/betternether/treated_wart_planks.png b/src/client/resources/assets/rounded/textures/block/compat/betternether/treated_wart_planks.png new file mode 100644 index 0000000000000000000000000000000000000000..a398acb0e4987c5bddfe391b6ca3ea4481725c64 GIT binary patch literal 450 zcmV;z0X_bSP)Px#rBF;%MK}NeKL7wi0RTq<07?J=OaK5-002?|08#+}QUU;00svY709yzMT>t=L z0sv+M17`^dY5)Lg3JPrm1a1TaataD`1p{;u5_SRtb_WM|3=DY;3VH|zdJPSG1O$5t z34IL>fC>tL4h(?~4}uO2gbfXa5Dtb64TcU5hz<^k4GxSC4~`fZj}Q=&6cmyb7Lyqm zl@}M77#Nrt8Jrp#q97onFfikTKdb-%0Lw{4K~xx(P0q_w!!QhmVc8LwSmU^!WIW=g zHg!o`Yg(W{-v80?vWtIvz5};)UGD>zrWtcAmQKH&$R13RPsdUW%j_~&@Nq22vU9>3 zGAp1AOHcCN^I606T)=UvW{{)dk7DFn04Y{GOp1|;WnREjctjfB?9)SlG%AET-|(_k zTj#GPR&X+EHzmcUY$z*0WBbV3*ag${*PimLiGyx_wcE(5K3R>sR6thRYM9f}Bu_^t&quffyBF+^gjufL}diy_CQ5{BRZ z<>do4kZ(sB4x3H5QNQ!Y l)mK}d{t>rWx_kd;=11FEzGNn^tp>VPx$SxH1eR49>!Q87-#KoFcb(b4;t4bP&b<1dJU4uMke28cvrQ`na% z8}3ekC?*{4ven+s&hE}!@Al@pJYN6+P`$5C=KZsxILL0dHLJJR$ET$prFC6>d3$&N z@bm56=fQr;^YSH8ebY8|T@A>Km5P}}M8tW&-c;PywK7)9S{FVMKty(|6g33LLOAb3 z&rvk1*1E2hv^&t){ZF8vpuYQwB0@b)+gj^-SC0A;nwl)`hIikm+dy5*bP)u>*?YcA~Dt1|Df0b1r8?H-~a99*2tE9 zkaTfaQGBl6V3F7w(JY2p3~g*J$0V{Z++({crxT*P;pJJq(^J!BF3D+a>6q%fHe&LN zX<=-3DxAD`qu;CCvYn_Xv1s27iDh$aFPU_CPM@)FYHe~;pt_K!=gy<5lO`1X>rO69 c`}dil>jKm3`Ie_|10BNP>FVdQ&MBb@08!6V=>Px# literal 0 HcmV?d00001 diff --git a/src/client/resources/assets/rounded/textures/block/compat/biomesoplenty/treated_fir_planks.png b/src/client/resources/assets/rounded/textures/block/compat/biomesoplenty/treated_fir_planks.png new file mode 100644 index 0000000000000000000000000000000000000000..92b32b6de7d533cff3bb423a638419e8a43531f9 GIT binary patch literal 425 zcmV;a0apHrP)Px$V@X6oR49>!QB6<6KoET_qzeIBS~rnk`1n8m1#kWx|A$u-Rf+nw}e-yZ-F zD)jTBJOgRQVIzOYoEvnS8Ee?n0Z{G=069u`)yN+L;0-Yn7F84h5CG~3Jp z7qh-Um`=tj3Y-~&x03Au7ft@zCEmw3?PF7u?6jR-%8Sxi6R#3(Yg#EiS=H8kA^<_Q z^dvPn$6Od|T+dlFt5t2AR?==qWA{ISf}Hy1C+0;-JvvRR+P3cRZk;}zW*75c9Gc?z T;tBs|00000NkvXXu0mjfJiWT% literal 0 HcmV?d00001 diff --git a/src/client/resources/assets/rounded/textures/block/compat/biomesoplenty/treated_hellbark_planks.png b/src/client/resources/assets/rounded/textures/block/compat/biomesoplenty/treated_hellbark_planks.png new file mode 100644 index 0000000000000000000000000000000000000000..8ec39e6a689b2b4bf5d0402b2e14afec713fbd2c GIT binary patch literal 233 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJV{wqX6T`Z5GB1G~i2$DvR|QEa z4LNyz6;)$RO$%LJYXd_&BV!*M+lgCdo&l<<_jGX#k(lb+?5+Hd%bXm!GI{$ZEm)8(bUQcbGs-{8z%Qp{q*Tm=1nJ7pqg4w7sn8ZslNUP#SSQNFuDHzZ!fn- zw(NtXi^GcIbM*#`#MX#rG0b9UV{17kk$vGF+f_N85Zw(g&+46?nl5umPHRiYRNu7` zlV3~=W3yA?jHUgehUL`8{3`))`qn`3*)q|0;qjD1sUlbZt7g*-iX9#x$*q3B?uYu7ls@=_?%%ed7SCsr7Vm43U`X>wi$}fC2}T>+k>ea%*JE zK1jMatSCNLZ?H&gjc69bEQU6=mSYmx7w)lLmD35)-SG0P-s!37GMD7EwscJOT^lj^ z#k4RsI~7jeyV37eZrM&$lvuRyhQzWtwwFx0Jg3jtH?=moDNtR=({txh)kzbI{&gpp drTzQN&~<_7^?b|Iw}B2}@O1TaS?83{1OV**R$c%A literal 0 HcmV?d00001 diff --git a/src/client/resources/assets/rounded/textures/block/compat/biomesoplenty/treated_maple_planks.png b/src/client/resources/assets/rounded/textures/block/compat/biomesoplenty/treated_maple_planks.png new file mode 100644 index 0000000000000000000000000000000000000000..6a6efa3df45ab8a88eb15b098a7836f868a949af GIT binary patch literal 231 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJV{wqX6T`Z5GB1G~i2$Dv*Ll@( zQ_Dh^H6^yEdv)aaR>Znyg*a@QSp3N2$3vi+T2B|p5Q(Y2{s+YlC~z>j{{C+-w??+? zgQSbYisEzi28+bjh-NX&VrXM)IVO>P;U3#nIh_#Q4KL5?ot~O5b4gBXOUG2-wGoqF zObcVPQ{m*j8~tA8mhD7EiADQvNGzLUdBbNY;ZQ)`o(0@Z~)J$D{eoiw57Uw3j@ c+P}{XT^E>M&$m2%8|V-QPgg&ebxsLQ06;fYZU6uP literal 0 HcmV?d00001 diff --git a/src/client/resources/assets/rounded/textures/block/compat/biomesoplenty/treated_palm_planks.png b/src/client/resources/assets/rounded/textures/block/compat/biomesoplenty/treated_palm_planks.png new file mode 100644 index 0000000000000000000000000000000000000000..830f5a0eee2e79e8f3d6566827146d6be01328b0 GIT binary patch literal 435 zcmV;k0ZjghP)Px$ZAnByR49>!QOi!kKomV4CZ!G|p$%yoBm@$|pSbdC{1-pKe{i8|S8m<7XrgQ? zX&_814wJStsf$~O?zpQv_uR)hXPozk+v{)v0Ko5deKGGX0u-mb)cddR@fWFIwkhpo2OC1om8>v)^dwXT(d zOH(-Z69F)q7F?1B>zEBwYuf{W*{Ug=u9al>nLU^7g{~m0zWa&FRHP?4C{sAj{oRe# dmuBU~{0|qB;W+(8xGw+z002ovPDHLkV1iY$x}E?4 literal 0 HcmV?d00001 diff --git a/src/client/resources/assets/rounded/textures/block/compat/biomesoplenty/treated_pine_planks.png b/src/client/resources/assets/rounded/textures/block/compat/biomesoplenty/treated_pine_planks.png new file mode 100644 index 0000000000000000000000000000000000000000..ab9deee04ec5267e0c5ffccbd91afc26e4425cc8 GIT binary patch literal 231 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJV{wqX6T`Z5GB1G~i2$Dv*ZLZl z%1Ya|7Ps_N{oFkB@K6nRSA}U)!rRlFzk(lc1e^Bgz0tb`p@Bj94Yh=ql zNV+(zC_Yzjut;o;XcogPhBmgAV-ndH?y+5!(+Sbt@bawQ>8a^5m*ljzbWHVK8!`FC zv@kY16;9r}(eG7m*-liHShVkk#IiZImrS}mr_b0owKlmaP+iE=bLUajNfV0xbtjjl c{rk+&b%E*ie9P0ffevBtboFyt=akR{0FzNt!~g&Q literal 0 HcmV?d00001 diff --git a/src/client/resources/assets/rounded/textures/block/compat/biomesoplenty/treated_redwood_planks.png b/src/client/resources/assets/rounded/textures/block/compat/biomesoplenty/treated_redwood_planks.png new file mode 100644 index 0000000000000000000000000000000000000000..aa0881f0fd5167039d62b0bba9667aad124211b5 GIT binary patch literal 231 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJV{wqX6T`Z5GB1G~i2$Dv*CUqZ zd(8FD+gdD9kXvo4)hQ!YC?;|zD(u0zer}+eT2B|p5Q(Y2{s+YlC~z>j{{C+-w??+? zgQSbYisEzi28+bjh-NX&VrXM)IVO>P;U3#nIh_#Q4KL5?ot~O5b4gBXOUG2-wGoqF zObcVPQ{m*j8~tA8mhD7EiADQvNGzLUdBbNY;ZQ)`o(0@Z~)J$D{eoiw57Uw3j@ c+P}{XT^E>M&$m2%8|V-QPgg&ebxsLQ0At8fcK`qY literal 0 HcmV?d00001 diff --git a/src/client/resources/assets/rounded/textures/block/compat/biomesoplenty/treated_umbran_planks.png b/src/client/resources/assets/rounded/textures/block/compat/biomesoplenty/treated_umbran_planks.png new file mode 100644 index 0000000000000000000000000000000000000000..8ba395895767cc4eafb789cdebe54847138bcdf3 GIT binary patch literal 231 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJV{wqX6T`Z5GB1G~i2$DvS8u-} z7uOuWfC@9q7(2TpJp*4=HT%Tm_9vVCe1U3eJzX3_B&PcM9~3*Fz`^AD`@g;18riZB zk}eJ_iqF*>ED~EIn#C}Sp^dHOm_+u4du&(bbV77DygaLSdTP4NB{{7v9aDYRMofM& zEsV`hg_HMg^m~wi$}fC2}T>+k>ea%*JE zK1jMatSCNLZ?H&gjc69bEQU6=mSYmx7w)lLmD35)-SG0P-s!37GMD7EwscJOT^lj^ z#k4RsI~7jeyV37eZrM&$lvuRyhQzWtwwFx0Jg3jtH?=moDNtR=({txh)kzbI{&gpp drTzQN&~<_7^?b|Iw}B2}@O1TaS?83{1OW4@R&W3S literal 0 HcmV?d00001 diff --git a/src/client/resources/assets/rounded/textures/block/compat/cinderscapes/treated_scorched_planks.png b/src/client/resources/assets/rounded/textures/block/compat/cinderscapes/treated_scorched_planks.png new file mode 100644 index 0000000000000000000000000000000000000000..710dbab09f9be1448fbace8fe872ce9574ce8904 GIT binary patch literal 622 zcmV-!0+IcRP)4Tx04R}tkv&MmKpe$iQ)@*k4t5Z6$WR@`f>aSltwIqhgj%6h2a`*`ph-iL z;^HW{799LotU9+0Yt2!bCVPL58BE>hzEl0u7E503ls?%w0>9U#=pOtZQs08O{e zR3a{Bva4e772OEHk1@n#W*Kvmltjnzbq^n3@1i`b^SM7qpPI86;1h{wnPJ+*8^qI_ zw!wLyILwN&N_?VV zMYEQ+8CqV^95u}naHu-D#_DO_o`Py|*4vx|g0{|x!Z?;SW1ksl;)IZ2lsAs?j!xYh zq5f0QJj;rI*m+ui^50fMUn+G1X(MF0Q*07*qo IM6N<$f-XiCVgLXD literal 0 HcmV?d00001 diff --git a/src/client/resources/assets/rounded/textures/block/compat/cinderscapes/treated_umbral_planks.png b/src/client/resources/assets/rounded/textures/block/compat/cinderscapes/treated_umbral_planks.png new file mode 100644 index 0000000000000000000000000000000000000000..26a1602942f24d5410391963c9ad166a1989837f GIT binary patch literal 621 zcmV-z0+RiSP)4Tx04R}tkv&MmKpe$i)7FYq9PA+KkfAzR5EXIMDionYs1;guFuC*#nlvOW zE{=k0!NHHks)LKOt`4q(Aou~|}?mh0_0Yan9G%GL;XnNI5 zCE{WxyDElW(S;!V2w+HNmN6$uNqCO0d-(Wz7vovp=l&eMYR+PSPb8jYhFK-vAfDc= z8l3luBdjQ^#OK6gCS8#Dk?V@fZ=4Gb3p_Jorc?985n{2>!Ab|SqNx#25l2-`r+gvf zvdVdjvsSLL);;+P!#RCrnd>x%k-#FBAVGwJ8cHamiWsdrDHc++ANTMNI(~^<3b{&P z0{s+Iiweph_Zc;c71Yd0XV+0880?oQ@e;?a+^91le16O+6Uugg{pQP8@ zTJ#9$+XgPK+nTZmTS^Adf@*Qr+nfV}w$6ycIF>bIpBZT4gpgm9H;(a+PTd=! z{%j+daA+iH7@I5+{YD01(P4+CxFp=^UBn^b_zU#g-T(Cgf~x}BVqT|300000NkvXX Hu0mjf3??06 literal 0 HcmV?d00001 diff --git a/src/client/resources/assets/rounded/textures/block/compat/terrestria/treated_cypress_planks.png b/src/client/resources/assets/rounded/textures/block/compat/terrestria/treated_cypress_planks.png new file mode 100644 index 0000000000000000000000000000000000000000..7841094b1c5e376ddd170b518c7e4a4f288941e6 GIT binary patch literal 569 zcmV-90>=G`P)Px$^GQTOR49=pkU?%#Nf1OM>Q`2^+ua7i%m&VYxF&~~3(SQ^Y!Hkzl0h=Io5sI? zWmZ+pqPK4mPx1KoU!ThU4besOm&dw43K?WupX>fLB%-(VSKZ%T`SRi8N6r=zk53QZ z{(HE)t?PPL-~Rb>zu*E&y?wnu?JI}BoK8;}0u#*2Eof!)aI+$fTCJD?IGuk30NBUa z)tXvsmNSTKsTKnOAo>JQ%zE#~!y)Gd5CF?dl3>|h)-^E+a1Q_xUd%iq`VdH9jM17? zGu3L*13>Sid0Y)7n)`JUfJZFLlFb05n_cyA%L||$9YF7~zqxUb3ASw;!Wd(Yo|gqs zp2F`R`O z|-Wxtz`c3>TXG_B|`#ueIltABSdm)0?12BTXXLnOpiE!<;_ zsl*H*O-)H2p^4TUnwf;-?GZp9Gy0fQkRnDglXPC! z7|H~{KW@+lV!gD_|BlS@<7rzj&AtA7zMr6b+b$On4;udiS=3d;qg{4D00000NkvXX Hu0mjfCZhel literal 0 HcmV?d00001 diff --git a/src/client/resources/assets/rounded/textures/block/compat/terrestria/treated_hemlock_planks.png b/src/client/resources/assets/rounded/textures/block/compat/terrestria/treated_hemlock_planks.png new file mode 100644 index 0000000000000000000000000000000000000000..5936e3c1840a0b7f2ac563fb75d45c5eed537c14 GIT binary patch literal 575 zcmV-F0>J%=P)Px$`AI}UR49>!k2!8tQ4mDC`;Kogwga#PAqi_>DeQoZov;RWgwRI_G7`%YHvX75 z+@S}8FC#K4Ix4ADRrulkyO?JH0DxAO|FV1a@}m4cE)VyuZXXYaIft?>WnaF0`?}oU zf-!)8`h3WN%C;Quf6%sWA%ywKIgv{#GV?G_NMvT-`)%E7DQ31VtMmT+;*!iP4+A0s zfSJ`&nY)T0A`wmVlyXKyB8)LP=Lr$lWratHFaVe-5+WjzYpo$7Gq+Y%mCS6KCn7>b z5y``#szk20Zf4|Mj1dXVOqk8oBVyTi0I0Q^SuG`{tSXPOYG%TMi2JrW@4c$t{JbL~ z?o34I7ncA)F5Y_pKtfYRq!40=A;#ER6A?-&4#OB@A|hr%#NK-;yRh`$ znY#%0)}8YzLPXxoRHfD;B1E{YYm70a^!E<{)Y?)`&U1Px%97#k$R49=pk2!7>VH5_xxBT6++8$$rFbNV%NJPYO2sr>J;vysjBp@UsAt409 z$P6}&$DXbGe+z*tELBqU=Jl(+qazjx_s!zp-RILo)7789-@g9fzOV2s!A;Y!h*^M$ zg;lf>6%k|-u-vRkWHy=buItS_6U0PBDk383Ntwf@>2@767nR72h_)#lnU~9DXVo*n z7!ID$Vq&7O=*`?606^w0#6;XuA&{zM1dpb}gW0st zh)8p9w3xejxO+Qj8N^JgBErI)nYvwWzt~S!uc`J9P2S2a8mAfoVO zZROdM$9Kp3k4{d8rLb^TACx8q#|H=ZX0xX!510u+CXlHNiKR`O0fD+&Sp+Z^E}{gg zZs?J?B{RWDC{r0UIxGN)2!Ir2Wff6XC9ZBYe6e1Gz@@0U6R_^O@nn>O&aCe%GoLRO z%w!%w5@7BbpsjYnyWW%S6lVCR?6gFX`or=abnOfSYe` wc9YrI%?Y%**$$@z0HU&5tS7T^_JKnG0h1C%6XrGi=Kufz07*qoM6N<$g3w+V&;S4c literal 0 HcmV?d00001 diff --git a/src/client/resources/assets/rounded/textures/block/compat/terrestria/treated_rainbow_eucalyptus_planks.png b/src/client/resources/assets/rounded/textures/block/compat/terrestria/treated_rainbow_eucalyptus_planks.png new file mode 100644 index 0000000000000000000000000000000000000000..1a902349c7b510da4557c186973a1e749b09bf7c GIT binary patch literal 682 zcmV;b0#*HqP)Px%WJyFpR49=p#!GHoMHB$gdvASSyYiSjXO2dCBcbH8uhS5=n*XLRs~=P%B-n_(>T#dLkSdwlUIP?XNU+BIiiKAy_&InJM64IG+l&T@GF`sJG^PXj9KBYymeFMO-a7jPs* zIA3^Y=QZby?&^^8yY}BPS4s(()sj4#K#S{!ZyI~MClW-!5}Y#$L}c>umQ6w-l$fx+ zgxracYBCp7;#p|6rCym;!9rq5G0E(WktqT`bnK>ZvJ_&DV5TYU^GeGwmWEvsXeItr zJJ|y4yiNU})yBo;HzXJM;@#68FpWUDwt$lV2l>r#9(kRH Q3;+NC07*qoM6N<$f`E}dE&u=k literal 0 HcmV?d00001 diff --git a/src/client/resources/assets/rounded/textures/block/compat/terrestria/treated_redwood_planks.png b/src/client/resources/assets/rounded/textures/block/compat/terrestria/treated_redwood_planks.png new file mode 100644 index 0000000000000000000000000000000000000000..0f4f934e9b7cee898e722594463104daeb46a3c8 GIT binary patch literal 589 zcmV-T0Px%2T4RhR49=p(amaHM-T?ks;{d1-k!09jPb%ogk)pv2k^?-`q`aL)>$PGLO`HV zNEm76-mX6{a$e!^*H1rwc>fkeE7PxkKK%UgzH6W9-+ue+hj(x9R@}7q%kK}LKfGU= zo3gg0Kb=lP$e}ai^!U^&siA;>9v}OwrL8(MPp6YqT|IEQY^&gI?F#CxTh=%XCS=tj z{5<1oQB~*Nn(CXwii#L2U}jWR?dIkg5nwLhw&~~!CNK{rWde)5m{k%p7qe%AD~Uh^ zCSf+4Br+|w-Kh#mb+a^4FmYxaRWgEEr$=R}aBC`56txFMlmghy7_@m*HC~aFb`2&rVSzW$iJ_GE!-Wzo8ux>%ACaympCsC#$k~IhoxtcF1_CmM#a_WkF!Gr zRa7~e-rvem%DkS}zL_1nG8OiHL&R;^O?5_Q1iI+D_N6zi znwdmwmFF3jY3>zX>25ZJ!io{_@kiMKy~`*v%WHge7Zt|NlS0Zmvx^ b3QXSt3MppS+h7y)00000NkvXXu0mjfJwO)* literal 0 HcmV?d00001 diff --git a/src/client/resources/assets/rounded/textures/block/compat/terrestria/treated_rubber_planks.png b/src/client/resources/assets/rounded/textures/block/compat/terrestria/treated_rubber_planks.png new file mode 100644 index 0000000000000000000000000000000000000000..bee2ce1ba2354f21929ad645871a54c966617162 GIT binary patch literal 623 zcmV-#0+9WQP)Px%DM>^@R49=(&dZV$M-WEgKeMX3ORd&e!6mpl0I&U!ejgr!1#BS#HiS1Uj2Rox z2u2d!b;+tsFD5t-aN?s^FaHp_7~`%xq054w0KQ?;Jpbce_o{-T_qU1~x^J`sm)B?RJ6zzz`gFLva3Z zyfK*eUZfEy*Swv^)?2AP48gQlk(=*l0365AO?%f;+FHawAc*u-J2S^Im|4k%Kyi+( zb)M&`wicW#B1@`(Nt1cADOFT0=e(@BG*js4Ls#=%%6cevF_(2=BbcQs7u(4(oeqaC zO>$z>S~U&~7_$!#etjCI&6CHE1lUdy00_kH;nOGk#}9sc@hk)ep?4MOd|om$-{0@M z+Qr7h3_$Q+L1x%Z(K)AJA^`B-@v_$1M5N(%PuNWnfYXMb*x@75pe+9s%{{vOpaoIU|a&`a!002ov JPDHLkV1ml<8QK5< literal 0 HcmV?d00001 diff --git a/src/client/resources/assets/rounded/textures/block/compat/terrestria/treated_sakura_planks.png b/src/client/resources/assets/rounded/textures/block/compat/terrestria/treated_sakura_planks.png new file mode 100644 index 0000000000000000000000000000000000000000..1099e3b418926e2575dfc83caade90efe5453da0 GIT binary patch literal 627 zcmV-(0*w8MP)Px%ElET{R49=(lFM$KMHGbVT)O+e%#4w2Fvf~9@+=}E#0H56;1zfd9+wSLfCM5r zKr&;`f9*cq&0=6%i%<2Hihla>hxY14WpOI!zu(-x{JL#Jis}8YKfn6+yLWH@V$t!_ zZ+8!`Rn#og_b={y@7Vjbl<_=#^LqdB<9V}betGkL*LN)o2mk4G+V8&_hNWqh0f0!E z`_Ooi=jYjp5Ye`4oO2*LFH5aBo#tgtC4*DW!i-Xd$%%~5(=^Pd?Y|}IYV5(FI-L}2`@+y@A0K_0tC%auJ zrPPX;vxR&XH%vT@C=~!! zv)~*7Z-0L*pi9-&tPc$UE})ycFSeic4~KgILUi%7S`UZ&{r>jwaOXuYVJ?+p&NtVa zZ5NzlFA5^66#x@Ns3zNVf&Qlmlic)OT#T75J-Mtp=tVBb*!0b4(V3mQsj?|I;Corisz0(5Ca2YrJd> zq*5HqIIPPWEmZ|TF|9epaZHx~`17&mNe*yD8BGmkFxzYdt N002ovPDHLkV1kn&B`g2{ literal 0 HcmV?d00001 diff --git a/src/client/resources/assets/rounded/textures/block/compat/terrestria/treated_willow_planks.png b/src/client/resources/assets/rounded/textures/block/compat/terrestria/treated_willow_planks.png new file mode 100644 index 0000000000000000000000000000000000000000..5cbf7fcee8bc69834e4480e71a7b99701c6b4885 GIT binary patch literal 612 zcmV-q0-ODbP)Px%9!W$&R49=J!Od{Vt<$ikg`@B>DczpQ2|K-libLPh%-yy$ijaw^^58vkf`>A9AOml4@ zPouBj{{8RkKgXqlBMiRfmo+cxUN zhB$^IqMA)L_o0OJa_;9%)WY33AtADv9sVE7D^#`c2#>DDOaO6s>ep2aRwC@;CFO{q z((=a-J5KWUbxk?7#-(KdM50f3`**+HzW;T}iQK|Hx;TkQ&i-~kN7!65IE||&BDZj{ z{chrfNE8qNzzOMmF*S<-1T37oVym186S%n%DFF8Ca1V6{1ZpK+hpF1>WpptSJ6{zE z0%3@7VzWpIYt9G|0d&5Ou&Ax>ZVMpxZmlLn0zeg02@&mG0}?ZIcH%kEk1zgX4chk(BA$|e@!*#phz>Grx0000Px%DM>^@R49>6$jfdVMHB|$^Pf7^x0#M}AxKe>!Ybkw*yee7G~R#}YrKL@P^2h; z9AZ1N$20EfuBvlk%eVXxmp?`SI%I~PX#F?lw?qUzp|e(4}bRr|RlFj+u*6DXvaLP_rS! ziS8FQcMjf)9#^NJT4@-Jh&aQCoTf1Y7&gWS55C%$uYz1K`JVt1S@zu!TnI8)UC3TY8tXU+GIRG99-gnH2h+uB6u_`mr3%Ro}aTb1D z;hvFr9uW~99^?!pat~To-A(!V%)-P>a$f5=5DROo=VC45upkjE2n-LJhqNsC=cbnG z>MTX+xA%umq^cgz{_$#SdJgi^{Ettonsy@B_vQJlpTBx1@*nO0d{6ZM<0=3E002ov JPDHLkV1gN?EkytT literal 0 HcmV?d00001 diff --git a/src/client/resources/assets/rounded/textures/block/compat/traverse/treated_fir_planks.png b/src/client/resources/assets/rounded/textures/block/compat/traverse/treated_fir_planks.png new file mode 100644 index 0000000000000000000000000000000000000000..336b0a79abaf1d5aa99bc8d2b41e58256883f654 GIT binary patch literal 582 zcmV-M0=fN(P)Px%07*naR49=>jZ1D5Q4~b$-uvEb$98O#1SQOflnHBK$QD=wOJYHpvH=hh5{w{_ z;3V#Lzuzqe0cJ->M^*Cv-J8|%1{UFce7s+6PXNICw0~HxH&6pG?r#4#w%x2xBc}23 zFdeQxerMTB&C@u3__~|-_u6Wn#_LZ%%3*K4E;kQjZVpn_x<6g@)><$DAR;;paW_?x?no)k z)z4N(5J@TY?f|+w$&2lpq`QX@LO1)et7LX>i#VtXNOzyAeEv1Xpk@X@%|t{?Dbn-h zHom%812{iE5>)~uug(@%XUofzWv#XM4j|{IX2DcMP;!kiiU@$38-Ovp2x7Dt<1j?J z0|=_}^7NSWlmba7#huRHS$hWnpm(2I<9^N-Y#4?Y+ZBjbI!UJk zFf%0yKmZYW(#w=W&{9e;1JHUGk(-Cdsc(Oi0oR0PueRdHecR2tkDqDW!%GRVad7dWfdBvi literal 0 HcmV?d00001 diff --git a/src/client/resources/assets/rounded/textures/block/compat/wilderwild/treated_baobab_planks.png b/src/client/resources/assets/rounded/textures/block/compat/wilderwild/treated_baobab_planks.png new file mode 100644 index 0000000000000000000000000000000000000000..778d311b7e7606b911bcd5b4cc148b047afb8fca GIT binary patch literal 231 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJV{wqX6T`Z5GB1G~i2$Dv*Yh>T zTQl{qHrveeQ&|zGQE4ZWrZ4_zNz}#*_n3fcYCT;XLnNm9`X3ZKpuoZ8`uo4V+#1=k z50WkpD~iw68!QrABbvo9i=mCJ<(NeFg?nsQ<#a-HH@rNncY12N%q2OkEge&R*G5c! zF)fVEPKA^AZuEPVTecGwB^K?wA+cT;5ZJxT$qwQ^M??%+`{KvNYdIC+Az=P?Z3xsr7Vm43U`X>wi$}fC2}T>+k>ea%*JE zK1jMatSCNLZ?H&gjc69bEQU6=mSYmx7w)lLmD35)-SG0P-s!37GMD7EwscJOT^lj^ z#k4RsI~7jeyV37eZrM&$lvuRyhQzWtwwFx0Jg3jtH?=moDNtR=({txh)kzbI{&gpp drTzQN&~<_7^?b|Iw}B2}@O1TaS?83{1OVWORzLs% literal 0 HcmV?d00001 diff --git a/src/client/resources/assets/rounded/textures/block/compat/wilderwild/treated_palm_planks.png b/src/client/resources/assets/rounded/textures/block/compat/wilderwild/treated_palm_planks.png new file mode 100644 index 0000000000000000000000000000000000000000..c1b701b90f25a0217e524e2b2ee43338b738192d GIT binary patch literal 232 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJV{wqX6T`Z5GB1G~i2$Dv*Y!=Z z2c{ZcUS@Y|W9ZYpNiR;9yt&%*>)A3L)+tkfYU(^)9780g`t~~tH5l+Pc{cp|FVFq$ zkz%m7Mz_WJ&wtpRC9g5o9t&fsp3;4$aN3DfQNwj>g`Y)6t)6qMS#WN;l%}N3jW(le z76O91RZhHLtdf&^_nD4h;{0b@PG2e9$eXkCjOvD?F+%%J-E;}KE7-O7=>zR47m9vP eZ%I!3_nAo~hq>GIX|)H?B@CXfelF{r5}E*&eq09t literal 0 HcmV?d00001 diff --git a/src/main/java/com/lumiscosity/rounded/Rounded.java b/src/main/java/com/lumiscosity/rounded/Rounded.java index 5ff7302..e2aad46 100644 --- a/src/main/java/com/lumiscosity/rounded/Rounded.java +++ b/src/main/java/com/lumiscosity/rounded/Rounded.java @@ -2,6 +2,7 @@ import com.lumiscosity.rounded.blocks.RegisterBlocks; import com.lumiscosity.rounded.compat.ExtravaganzaCompat; +import com.lumiscosity.rounded.compat.WilderWildCompat; import com.lumiscosity.rounded.misc.RegisterSounds; import com.lumiscosity.rounded.misc.RegisterTrades; import net.fabricmc.api.ModInitializer; @@ -23,6 +24,9 @@ public void onInitialize() { if (FabricLoader.getInstance().isModLoaded("extravaganza")) { ExtravaganzaCompat.register(); } + if (FabricLoader.getInstance().isModLoaded("wilderwild")) { + WilderWildCompat.register(); + } LOGGER.info("Rounded init complete!"); } diff --git a/src/main/java/com/lumiscosity/rounded/compat/BetterEndCompat.java b/src/main/java/com/lumiscosity/rounded/compat/BetterEndCompat.java new file mode 100644 index 0000000..bb342a2 --- /dev/null +++ b/src/main/java/com/lumiscosity/rounded/compat/BetterEndCompat.java @@ -0,0 +1,22 @@ +package com.lumiscosity.rounded.compat; + +import net.minecraft.block.AbstractBlock; +import net.minecraft.block.Block; +import net.minecraft.block.enums.NoteBlockInstrument; +import net.minecraft.item.BlockItem; +import net.minecraft.item.Item; +import net.minecraft.sound.BlockSoundGroup; + +import static com.lumiscosity.rounded.blocks.RegisterBlocks.register_treated_plank; + +public class BetterEndCompat { + public static final Block TREATED_HEVEA_BRASILIENSIS_PLANKS = new Block( + AbstractBlock.Settings.create().strength(2.0f).sounds(BlockSoundGroup.WOOD).burnable().instrument(NoteBlockInstrument.BASS) + ); + public static final Item TREATED_HEVEA_BRASILIENSIS_PLANKS_ITEM = new BlockItem(TREATED_HEVEA_BRASILIENSIS_PLANKS, new Item.Settings()); + + public static void register() { + register_treated_plank("compat/treated_hevea_brasiliensis_planks", TREATED_HEVEA_BRASILIENSIS_PLANKS, TREATED_HEVEA_BRASILIENSIS_PLANKS_ITEM, "extravaganza", "hevea_brasiliensis"); + + } +} diff --git a/src/main/java/com/lumiscosity/rounded/compat/WilderWildCompat.java b/src/main/java/com/lumiscosity/rounded/compat/WilderWildCompat.java new file mode 100644 index 0000000..1e48896 --- /dev/null +++ b/src/main/java/com/lumiscosity/rounded/compat/WilderWildCompat.java @@ -0,0 +1,34 @@ +package com.lumiscosity.rounded.compat; + +import net.minecraft.block.AbstractBlock; +import net.minecraft.block.Block; +import net.minecraft.block.MapColor; +import net.minecraft.block.enums.NoteBlockInstrument; +import net.minecraft.item.BlockItem; +import net.minecraft.item.Item; +import net.minecraft.sound.BlockSoundGroup; + +import static com.lumiscosity.rounded.blocks.RegisterBlocks.register_treated_plank; + +public class WilderWildCompat { + public static final Block TREATED_BAOBAB_PLANKS = new Block( + AbstractBlock.Settings.create().mapColor(MapColor.ORANGE).instrument(NoteBlockInstrument.BASS).strength(2.0F, 3.0F).sounds(BlockSoundGroup.WOOD).burnable() + ); + 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.create().mapColor(MapColor.LIGHT_GRAY).instrument(NoteBlockInstrument.BASS).strength(2.0F, 3.0F).sounds(BlockSoundGroup.WOOD).burnable() + ); + 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.create().mapColor(MapColor.TERRACOTTA_WHITE).instrument(NoteBlockInstrument.BASS).strength(2.0F, 3.0F).sounds(BlockSoundGroup.WOOD).burnable() + ); + 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/rounded/advancement/recipes/building_blocks/compat/betterend/treated_dragon_tree_planks b/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/betterend/treated_dragon_tree_planks new file mode 100644 index 0000000..26c5feb --- /dev/null +++ b/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/betterend/treated_dragon_tree_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/betterend/treated_dragon_tree_planks" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_log" + ] + ], + "rewards": { + "recipes": [ + "rounded:compat/betterend/treated_dragon_tree_planks" + ] + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "betterend" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/betterend/treated_end_lotus_planks b/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/betterend/treated_end_lotus_planks new file mode 100644 index 0000000..6c2bed5 --- /dev/null +++ b/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/betterend/treated_end_lotus_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/betterend/treated_end_lotus_planks" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_log" + ] + ], + "rewards": { + "recipes": [ + "rounded:compat/betterend/treated_end_lotus_planks" + ] + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "betterend" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/betterend/treated_helix_tree_planks b/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/betterend/treated_helix_tree_planks new file mode 100644 index 0000000..168319e --- /dev/null +++ b/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/betterend/treated_helix_tree_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/betterend/treated_helix_tree_planks" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_log" + ] + ], + "rewards": { + "recipes": [ + "rounded:compat/betterend/treated_helix_tree_planks" + ] + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "betterend" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/betterend/treated_jellyshroom_planks b/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/betterend/treated_jellyshroom_planks new file mode 100644 index 0000000..f67edbe --- /dev/null +++ b/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/betterend/treated_jellyshroom_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/betterend/treated_jellyshroom_planks" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_log" + ] + ], + "rewards": { + "recipes": [ + "rounded:compat/betterend/treated_jellyshroom_planks" + ] + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "betterend" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/betterend/treated_lacugrove_planks b/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/betterend/treated_lacugrove_planks new file mode 100644 index 0000000..88d082a --- /dev/null +++ b/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/betterend/treated_lacugrove_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/betterend/treated_lacugrove_planks" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_log" + ] + ], + "rewards": { + "recipes": [ + "rounded:compat/betterend/treated_lacugrove_planks" + ] + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "betterend" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/betterend/treated_lucernia_planks b/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/betterend/treated_lucernia_planks new file mode 100644 index 0000000..937f716 --- /dev/null +++ b/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/betterend/treated_lucernia_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/betterend/treated_lucernia_planks" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_log" + ] + ], + "rewards": { + "recipes": [ + "rounded:compat/betterend/treated_lucernia_planks" + ] + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "betterend" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/betterend/treated_mossy_glowshroom_planks b/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/betterend/treated_mossy_glowshroom_planks new file mode 100644 index 0000000..a4abde3 --- /dev/null +++ b/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/betterend/treated_mossy_glowshroom_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/betterend/treated_mossy_glowshroom_planks" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_log" + ] + ], + "rewards": { + "recipes": [ + "rounded:compat/betterend/treated_mossy_glowshroom_planks" + ] + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "betterend" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/betterend/treated_pythadendron_planks b/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/betterend/treated_pythadendron_planks new file mode 100644 index 0000000..5b52fbd --- /dev/null +++ b/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/betterend/treated_pythadendron_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/betterend/treated_pythadendron_planks" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_log" + ] + ], + "rewards": { + "recipes": [ + "rounded:compat/betterend/treated_pythadendron_planks" + ] + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "betterend" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/betterend/treated_tenanea_planks b/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/betterend/treated_tenanea_planks new file mode 100644 index 0000000..d3d0cc4 --- /dev/null +++ b/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/betterend/treated_tenanea_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/betterend/treated_tenanea_planks" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_log" + ] + ], + "rewards": { + "recipes": [ + "rounded:compat/betterend/treated_tenanea_planks" + ] + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "betterend" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/betterend/treated_umbrella_tree_planks b/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/betterend/treated_umbrella_tree_planks new file mode 100644 index 0000000..e7bf881 --- /dev/null +++ b/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/betterend/treated_umbrella_tree_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/betterend/treated_umbrella_tree_planks" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_log" + ] + ], + "rewards": { + "recipes": [ + "rounded:compat/betterend/treated_umbrella_tree_planks" + ] + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "betterend" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/betternether/treated_anchor_tree_planks b/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/betternether/treated_anchor_tree_planks new file mode 100644 index 0000000..d66db9a --- /dev/null +++ b/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/betternether/treated_anchor_tree_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_anchor_tree_planks" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_log" + ] + ], + "rewards": { + "recipes": [ + "rounded:compat/betternether/treated_anchor_tree_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_mushroom_fir_planks b/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/betternether/treated_mushroom_fir_planks new file mode 100644 index 0000000..aa55a48 --- /dev/null +++ b/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/betternether/treated_mushroom_fir_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_mushroom_fir_planks" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_log" + ] + ], + "rewards": { + "recipes": [ + "rounded:compat/betternether/treated_mushroom_fir_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_nether_mushroom_planks b/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/betternether/treated_nether_mushroom_planks new file mode 100644 index 0000000..c797331 --- /dev/null +++ b/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/betternether/treated_nether_mushroom_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_nether_mushroom_planks" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_log" + ] + ], + "rewards": { + "recipes": [ + "rounded:compat/betternether/treated_nether_mushroom_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_nether_reed_planks b/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/betternether/treated_nether_reed_planks new file mode 100644 index 0000000..ca99825 --- /dev/null +++ b/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/betternether/treated_nether_reed_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_nether_reed_planks" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_log" + ] + ], + "rewards": { + "recipes": [ + "rounded:compat/betternether/treated_nether_reed_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_nether_sakura_planks b/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/betternether/treated_nether_sakura_planks new file mode 100644 index 0000000..7167d38 --- /dev/null +++ b/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/betternether/treated_nether_sakura_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_nether_sakura_planks" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_log" + ] + ], + "rewards": { + "recipes": [ + "rounded:compat/betternether/treated_nether_sakura_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_rubeus_planks b/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/betternether/treated_rubeus_planks new file mode 100644 index 0000000..b99e3a1 --- /dev/null +++ b/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/betternether/treated_rubeus_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_rubeus_planks" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_log" + ] + ], + "rewards": { + "recipes": [ + "rounded:compat/betternether/treated_rubeus_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_stalagnate_planks b/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/betternether/treated_stalagnate_planks new file mode 100644 index 0000000..cba30a4 --- /dev/null +++ b/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/betternether/treated_stalagnate_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_stalagnate_planks" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_log" + ] + ], + "rewards": { + "recipes": [ + "rounded:compat/betternether/treated_stalagnate_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_wart_planks_planks b/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/betternether/treated_wart_planks_planks new file mode 100644 index 0000000..fc3a07e --- /dev/null +++ b/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/betternether/treated_wart_planks_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_planks" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_log" + ] + ], + "rewards": { + "recipes": [ + "rounded:compat/betternether/treated_wart_planks_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_planks b/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/betternether/treated_willow_planks_planks new file mode 100644 index 0000000..263719f --- /dev/null +++ b/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/betternether/treated_willow_planks_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_planks" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_log" + ] + ], + "rewards": { + "recipes": [ + "rounded:compat/betternether/treated_willow_planks_planks" + ] + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "betternether" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/biomesoplenty/treated_dead_planks b/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/biomesoplenty/treated_dead_planks new file mode 100644 index 0000000..673e08f --- /dev/null +++ b/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/biomesoplenty/treated_dead_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/biomesoplenty/treated_dead_planks" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_log" + ] + ], + "rewards": { + "recipes": [ + "rounded:compat/biomesoplenty/treated_dead_planks" + ] + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "biomesoplenty" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/biomesoplenty/treated_empyreal_planks b/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/biomesoplenty/treated_empyreal_planks new file mode 100644 index 0000000..32782b9 --- /dev/null +++ b/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/biomesoplenty/treated_empyreal_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/biomesoplenty/treated_empyreal_planks" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_log" + ] + ], + "rewards": { + "recipes": [ + "rounded:compat/biomesoplenty/treated_empyreal_planks" + ] + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "biomesoplenty" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/biomesoplenty/treated_fir_planks b/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/biomesoplenty/treated_fir_planks new file mode 100644 index 0000000..c792cfb --- /dev/null +++ b/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/biomesoplenty/treated_fir_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/biomesoplenty/treated_fir_planks" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_log" + ] + ], + "rewards": { + "recipes": [ + "rounded:compat/biomesoplenty/treated_fir_planks" + ] + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "biomesoplenty" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/biomesoplenty/treated_hellbark_planks b/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/biomesoplenty/treated_hellbark_planks new file mode 100644 index 0000000..6a03912 --- /dev/null +++ b/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/biomesoplenty/treated_hellbark_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/biomesoplenty/treated_hellbark_planks" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_log" + ] + ], + "rewards": { + "recipes": [ + "rounded:compat/biomesoplenty/treated_hellbark_planks" + ] + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "biomesoplenty" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/biomesoplenty/treated_jacaranda_planks b/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/biomesoplenty/treated_jacaranda_planks new file mode 100644 index 0000000..e0871a9 --- /dev/null +++ b/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/biomesoplenty/treated_jacaranda_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/biomesoplenty/treated_jacaranda_planks" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_log" + ] + ], + "rewards": { + "recipes": [ + "rounded:compat/biomesoplenty/treated_jacaranda_planks" + ] + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "biomesoplenty" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/biomesoplenty/treated_magic_planks b/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/biomesoplenty/treated_magic_planks new file mode 100644 index 0000000..13c3aa7 --- /dev/null +++ b/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/biomesoplenty/treated_magic_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/biomesoplenty/treated_magic_planks" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_log" + ] + ], + "rewards": { + "recipes": [ + "rounded:compat/biomesoplenty/treated_magic_planks" + ] + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "biomesoplenty" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/biomesoplenty/treated_mahogany_planks b/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/biomesoplenty/treated_mahogany_planks new file mode 100644 index 0000000..0bcb873 --- /dev/null +++ b/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/biomesoplenty/treated_mahogany_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/biomesoplenty/treated_mahogany_planks" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_log" + ] + ], + "rewards": { + "recipes": [ + "rounded:compat/biomesoplenty/treated_mahogany_planks" + ] + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "biomesoplenty" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/biomesoplenty/treated_maple_planks b/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/biomesoplenty/treated_maple_planks new file mode 100644 index 0000000..7e6ea2e --- /dev/null +++ b/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/biomesoplenty/treated_maple_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/biomesoplenty/treated_maple_planks" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_log" + ] + ], + "rewards": { + "recipes": [ + "rounded:compat/biomesoplenty/treated_maple_planks" + ] + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "biomesoplenty" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/biomesoplenty/treated_palm_planks b/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/biomesoplenty/treated_palm_planks new file mode 100644 index 0000000..a0ed4c7 --- /dev/null +++ b/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/biomesoplenty/treated_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/biomesoplenty/treated_palm_planks" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_log" + ] + ], + "rewards": { + "recipes": [ + "rounded:compat/biomesoplenty/treated_palm_planks" + ] + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "biomesoplenty" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/biomesoplenty/treated_pine_planks b/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/biomesoplenty/treated_pine_planks new file mode 100644 index 0000000..ff8abb2 --- /dev/null +++ b/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/biomesoplenty/treated_pine_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/biomesoplenty/treated_pine_planks" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_log" + ] + ], + "rewards": { + "recipes": [ + "rounded:compat/biomesoplenty/treated_pine_planks" + ] + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "biomesoplenty" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/biomesoplenty/treated_redwood_planks b/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/biomesoplenty/treated_redwood_planks new file mode 100644 index 0000000..ecf351d --- /dev/null +++ b/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/biomesoplenty/treated_redwood_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/biomesoplenty/treated_redwood_planks" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_log" + ] + ], + "rewards": { + "recipes": [ + "rounded:compat/biomesoplenty/treated_redwood_planks" + ] + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "biomesoplenty" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/biomesoplenty/treated_umbran_planks b/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/biomesoplenty/treated_umbran_planks new file mode 100644 index 0000000..f293519 --- /dev/null +++ b/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/biomesoplenty/treated_umbran_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/biomesoplenty/treated_umbran_planks" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_log" + ] + ], + "rewards": { + "recipes": [ + "rounded:compat/biomesoplenty/treated_umbran_planks" + ] + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "biomesoplenty" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/biomesoplenty/treated_willow_planks b/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/biomesoplenty/treated_willow_planks new file mode 100644 index 0000000..8dd1954 --- /dev/null +++ b/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/biomesoplenty/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/biomesoplenty/treated_willow_planks" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_log" + ] + ], + "rewards": { + "recipes": [ + "rounded:compat/biomesoplenty/treated_willow_planks" + ] + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "biomesoplenty" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/cinderscapes/treated_scorched_planks b/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/cinderscapes/treated_scorched_planks new file mode 100644 index 0000000..c7b2bbb --- /dev/null +++ b/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/cinderscapes/treated_scorched_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/cinderscapes/treated_scorched_planks" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_log" + ] + ], + "rewards": { + "recipes": [ + "rounded:compat/cinderscapes/treated_scorched_planks" + ] + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "cinderscapes" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/cinderscapes/treated_umbral_planks b/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/cinderscapes/treated_umbral_planks new file mode 100644 index 0000000..2d949f9 --- /dev/null +++ b/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/cinderscapes/treated_umbral_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/cinderscapes/treated_umbral_planks" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_log" + ] + ], + "rewards": { + "recipes": [ + "rounded:compat/cinderscapes/treated_umbral_planks" + ] + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "cinderscapes" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/terrestria/treated_cypress_planks b/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/terrestria/treated_cypress_planks new file mode 100644 index 0000000..bd87d0b --- /dev/null +++ b/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/terrestria/treated_cypress_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_cypress_planks" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_log" + ] + ], + "rewards": { + "recipes": [ + "rounded:compat/terrestria/treated_cypress_planks" + ] + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "terrestria" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/terrestria/treated_hemlock_planks b/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/terrestria/treated_hemlock_planks new file mode 100644 index 0000000..214c388 --- /dev/null +++ b/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/terrestria/treated_hemlock_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_hemlock_planks" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_log" + ] + ], + "rewards": { + "recipes": [ + "rounded:compat/terrestria/treated_hemlock_planks" + ] + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "terrestria" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/terrestria/treated_japanese_maple_planks b/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/terrestria/treated_japanese_maple_planks new file mode 100644 index 0000000..f9fe178 --- /dev/null +++ b/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/terrestria/treated_japanese_maple_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_japanese_maple_planks" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_log" + ] + ], + "rewards": { + "recipes": [ + "rounded:compat/terrestria/treated_japanese_maple_planks" + ] + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "terrestria" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/terrestria/treated_rainbow_eucalyptus_planks b/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/terrestria/treated_rainbow_eucalyptus_planks new file mode 100644 index 0000000..24a8677 --- /dev/null +++ b/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/terrestria/treated_rainbow_eucalyptus_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_rainbow_eucalyptus_planks" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_log" + ] + ], + "rewards": { + "recipes": [ + "rounded:compat/terrestria/treated_rainbow_eucalyptus_planks" + ] + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "terrestria" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/terrestria/treated_redwood_planks b/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/terrestria/treated_redwood_planks new file mode 100644 index 0000000..fba01c7 --- /dev/null +++ b/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/terrestria/treated_redwood_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_redwood_planks" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_log" + ] + ], + "rewards": { + "recipes": [ + "rounded:compat/terrestria/treated_redwood_planks" + ] + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "terrestria" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/terrestria/treated_rubber_planks b/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/terrestria/treated_rubber_planks new file mode 100644 index 0000000..6a44ca4 --- /dev/null +++ b/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/terrestria/treated_rubber_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_rubber_planks" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_log" + ] + ], + "rewards": { + "recipes": [ + "rounded:compat/terrestria/treated_rubber_planks" + ] + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "terrestria" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/terrestria/treated_sakura_planks b/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/terrestria/treated_sakura_planks new file mode 100644 index 0000000..ef11deb --- /dev/null +++ b/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/terrestria/treated_sakura_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_sakura_planks" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_log" + ] + ], + "rewards": { + "recipes": [ + "rounded:compat/terrestria/treated_sakura_planks" + ] + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "terrestria" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/terrestria/treated_willow_planks b/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/terrestria/treated_willow_planks new file mode 100644 index 0000000..4cf75aa --- /dev/null +++ b/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/terrestria/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/terrestria/treated_willow_planks" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_log" + ] + ], + "rewards": { + "recipes": [ + "rounded:compat/terrestria/treated_willow_planks" + ] + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "terrestria" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/terrestria/treated_yucca_planks b/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/terrestria/treated_yucca_planks new file mode 100644 index 0000000..9ee3b3e --- /dev/null +++ b/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/terrestria/treated_yucca_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_planks" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_log" + ] + ], + "rewards": { + "recipes": [ + "rounded:compat/terrestria/treated_yucca_planks" + ] + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "terrestria" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/traverse/treated_fir_planks b/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/traverse/treated_fir_planks new file mode 100644 index 0000000..6f03c7a --- /dev/null +++ b/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/traverse/treated_fir_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/traverse/treated_fir_planks" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_log" + ] + ], + "rewards": { + "recipes": [ + "rounded:compat/traverse/treated_fir_planks" + ] + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "traverse" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/wilderwild/treated_baobab_planks b/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/wilderwild/treated_baobab_planks new file mode 100644 index 0000000..f0a39b6 --- /dev/null +++ b/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/wilderwild/treated_baobab_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/wilderwild/treated_baobab_planks" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_log" + ] + ], + "rewards": { + "recipes": [ + "rounded:compat/wilderwild/treated_baobab_planks" + ] + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "wilderwild" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/wilderwild/treated_cypress_planks b/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/wilderwild/treated_cypress_planks new file mode 100644 index 0000000..cd6d425 --- /dev/null +++ b/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/wilderwild/treated_cypress_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/wilderwild/treated_cypress_planks" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_log" + ] + ], + "rewards": { + "recipes": [ + "rounded:compat/wilderwild/treated_cypress_planks" + ] + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "wilderwild" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/wilderwild/treated_palm_planks b/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/wilderwild/treated_palm_planks new file mode 100644 index 0000000..b7219e4 --- /dev/null +++ b/src/main/resources/data/rounded/advancement/recipes/building_blocks/compat/wilderwild/treated_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/wilderwild/treated_palm_planks" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_the_recipe", + "has_log" + ] + ], + "rewards": { + "recipes": [ + "rounded: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/betterend/treated_dragon_tree_planks b/src/main/resources/data/rounded/recipe/compat/betterend/treated_dragon_tree_planks new file mode 100644 index 0000000..ffb1540 --- /dev/null +++ b/src/main/resources/data/rounded/recipe/compat/betterend/treated_dragon_tree_planks @@ -0,0 +1,30 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "group": "rounded:treated_planks", + "key": { + "#": { + "item": "betterend:dragon_tree_planks" + }, + "X": { + "item": "minecraft:honeycomb" + } + }, + "pattern": [ + "###", + "#X#", + "###" + ], + "result": { + "count": 8, + "id": "rounded:compat/betterend/treated_dragon_tree_planks" + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "betterend" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/recipe/compat/betterend/treated_end_lotus_planks b/src/main/resources/data/rounded/recipe/compat/betterend/treated_end_lotus_planks new file mode 100644 index 0000000..b8aad73 --- /dev/null +++ b/src/main/resources/data/rounded/recipe/compat/betterend/treated_end_lotus_planks @@ -0,0 +1,30 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "group": "rounded:treated_planks", + "key": { + "#": { + "item": "betterend:end_lotus_planks" + }, + "X": { + "item": "minecraft:honeycomb" + } + }, + "pattern": [ + "###", + "#X#", + "###" + ], + "result": { + "count": 8, + "id": "rounded:compat/betterend/treated_end_lotus_planks" + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "betterend" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/recipe/compat/betterend/treated_helix_tree_planks b/src/main/resources/data/rounded/recipe/compat/betterend/treated_helix_tree_planks new file mode 100644 index 0000000..2478bb4 --- /dev/null +++ b/src/main/resources/data/rounded/recipe/compat/betterend/treated_helix_tree_planks @@ -0,0 +1,30 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "group": "rounded:treated_planks", + "key": { + "#": { + "item": "betterend:helix_tree_planks" + }, + "X": { + "item": "minecraft:honeycomb" + } + }, + "pattern": [ + "###", + "#X#", + "###" + ], + "result": { + "count": 8, + "id": "rounded:compat/betterend/treated_helix_tree_planks" + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "betterend" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/recipe/compat/betterend/treated_jellyshroom_planks b/src/main/resources/data/rounded/recipe/compat/betterend/treated_jellyshroom_planks new file mode 100644 index 0000000..fae2b6c --- /dev/null +++ b/src/main/resources/data/rounded/recipe/compat/betterend/treated_jellyshroom_planks @@ -0,0 +1,30 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "group": "rounded:treated_planks", + "key": { + "#": { + "item": "betterend:jellyshroom_planks" + }, + "X": { + "item": "minecraft:honeycomb" + } + }, + "pattern": [ + "###", + "#X#", + "###" + ], + "result": { + "count": 8, + "id": "rounded:compat/betterend/treated_jellyshroom_planks" + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "betterend" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/recipe/compat/betterend/treated_lacugrove_planks b/src/main/resources/data/rounded/recipe/compat/betterend/treated_lacugrove_planks new file mode 100644 index 0000000..16a57ad --- /dev/null +++ b/src/main/resources/data/rounded/recipe/compat/betterend/treated_lacugrove_planks @@ -0,0 +1,30 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "group": "rounded:treated_planks", + "key": { + "#": { + "item": "betterend:lacugrove_planks" + }, + "X": { + "item": "minecraft:honeycomb" + } + }, + "pattern": [ + "###", + "#X#", + "###" + ], + "result": { + "count": 8, + "id": "rounded:compat/betterend/treated_lacugrove_planks" + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "betterend" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/recipe/compat/betterend/treated_lucernia_planks b/src/main/resources/data/rounded/recipe/compat/betterend/treated_lucernia_planks new file mode 100644 index 0000000..c3f393a --- /dev/null +++ b/src/main/resources/data/rounded/recipe/compat/betterend/treated_lucernia_planks @@ -0,0 +1,30 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "group": "rounded:treated_planks", + "key": { + "#": { + "item": "betterend:lucernia_planks" + }, + "X": { + "item": "minecraft:honeycomb" + } + }, + "pattern": [ + "###", + "#X#", + "###" + ], + "result": { + "count": 8, + "id": "rounded:compat/betterend/treated_lucernia_planks" + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "betterend" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/recipe/compat/betterend/treated_mossy_glowshroom_planks b/src/main/resources/data/rounded/recipe/compat/betterend/treated_mossy_glowshroom_planks new file mode 100644 index 0000000..77dd299 --- /dev/null +++ b/src/main/resources/data/rounded/recipe/compat/betterend/treated_mossy_glowshroom_planks @@ -0,0 +1,30 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "group": "rounded:treated_planks", + "key": { + "#": { + "item": "betterend:mossy_glowshroom_planks" + }, + "X": { + "item": "minecraft:honeycomb" + } + }, + "pattern": [ + "###", + "#X#", + "###" + ], + "result": { + "count": 8, + "id": "rounded:compat/betterend/treated_mossy_glowshroom_planks" + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "betterend" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/recipe/compat/betterend/treated_pythadendron_planks b/src/main/resources/data/rounded/recipe/compat/betterend/treated_pythadendron_planks new file mode 100644 index 0000000..cf336ca --- /dev/null +++ b/src/main/resources/data/rounded/recipe/compat/betterend/treated_pythadendron_planks @@ -0,0 +1,30 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "group": "rounded:treated_planks", + "key": { + "#": { + "item": "betterend:pythadendron_planks" + }, + "X": { + "item": "minecraft:honeycomb" + } + }, + "pattern": [ + "###", + "#X#", + "###" + ], + "result": { + "count": 8, + "id": "rounded:compat/betterend/treated_pythadendron_planks" + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "betterend" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/recipe/compat/betterend/treated_tenanea_planks b/src/main/resources/data/rounded/recipe/compat/betterend/treated_tenanea_planks new file mode 100644 index 0000000..c0efefc --- /dev/null +++ b/src/main/resources/data/rounded/recipe/compat/betterend/treated_tenanea_planks @@ -0,0 +1,30 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "group": "rounded:treated_planks", + "key": { + "#": { + "item": "betterend:tenanea_planks" + }, + "X": { + "item": "minecraft:honeycomb" + } + }, + "pattern": [ + "###", + "#X#", + "###" + ], + "result": { + "count": 8, + "id": "rounded:compat/betterend/treated_tenanea_planks" + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "betterend" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/recipe/compat/betterend/treated_umbrella_tree_planks b/src/main/resources/data/rounded/recipe/compat/betterend/treated_umbrella_tree_planks new file mode 100644 index 0000000..b467f56 --- /dev/null +++ b/src/main/resources/data/rounded/recipe/compat/betterend/treated_umbrella_tree_planks @@ -0,0 +1,30 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "group": "rounded:treated_planks", + "key": { + "#": { + "item": "betterend:umbrella_tree_planks" + }, + "X": { + "item": "minecraft:honeycomb" + } + }, + "pattern": [ + "###", + "#X#", + "###" + ], + "result": { + "count": 8, + "id": "rounded:compat/betterend/treated_umbrella_tree_planks" + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "betterend" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/recipe/compat/betternether/treated_anchor_tree_planks b/src/main/resources/data/rounded/recipe/compat/betternether/treated_anchor_tree_planks new file mode 100644 index 0000000..35e1077 --- /dev/null +++ b/src/main/resources/data/rounded/recipe/compat/betternether/treated_anchor_tree_planks @@ -0,0 +1,30 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "group": "rounded:treated_planks", + "key": { + "#": { + "item": "betternether:anchor_tree_planks" + }, + "X": { + "item": "minecraft:honeycomb" + } + }, + "pattern": [ + "###", + "#X#", + "###" + ], + "result": { + "count": 8, + "id": "rounded:compat/betternether/treated_anchor_tree_planks" + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "betternether" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/recipe/compat/betternether/treated_mushroom_fir_planks b/src/main/resources/data/rounded/recipe/compat/betternether/treated_mushroom_fir_planks new file mode 100644 index 0000000..cb0d101 --- /dev/null +++ b/src/main/resources/data/rounded/recipe/compat/betternether/treated_mushroom_fir_planks @@ -0,0 +1,30 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "group": "rounded:treated_planks", + "key": { + "#": { + "item": "betternether:mushroom_fir_planks" + }, + "X": { + "item": "minecraft:honeycomb" + } + }, + "pattern": [ + "###", + "#X#", + "###" + ], + "result": { + "count": 8, + "id": "rounded:compat/betternether/treated_mushroom_fir_planks" + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "betternether" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/recipe/compat/betternether/treated_nether_mushroom_planks b/src/main/resources/data/rounded/recipe/compat/betternether/treated_nether_mushroom_planks new file mode 100644 index 0000000..418e306 --- /dev/null +++ b/src/main/resources/data/rounded/recipe/compat/betternether/treated_nether_mushroom_planks @@ -0,0 +1,30 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "group": "rounded:treated_planks", + "key": { + "#": { + "item": "betternether:nether_mushroom_planks" + }, + "X": { + "item": "minecraft:honeycomb" + } + }, + "pattern": [ + "###", + "#X#", + "###" + ], + "result": { + "count": 8, + "id": "rounded:compat/betternether/treated_nether_mushroom_planks" + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "betternether" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/recipe/compat/betternether/treated_nether_reed_planks b/src/main/resources/data/rounded/recipe/compat/betternether/treated_nether_reed_planks new file mode 100644 index 0000000..9ea0ce6 --- /dev/null +++ b/src/main/resources/data/rounded/recipe/compat/betternether/treated_nether_reed_planks @@ -0,0 +1,30 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "group": "rounded:treated_planks", + "key": { + "#": { + "item": "betternether:nether_reed_planks" + }, + "X": { + "item": "minecraft:honeycomb" + } + }, + "pattern": [ + "###", + "#X#", + "###" + ], + "result": { + "count": 8, + "id": "rounded:compat/betternether/treated_nether_reed_planks" + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "betternether" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/recipe/compat/betternether/treated_nether_sakura_planks b/src/main/resources/data/rounded/recipe/compat/betternether/treated_nether_sakura_planks new file mode 100644 index 0000000..66debd3 --- /dev/null +++ b/src/main/resources/data/rounded/recipe/compat/betternether/treated_nether_sakura_planks @@ -0,0 +1,30 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "group": "rounded:treated_planks", + "key": { + "#": { + "item": "betternether:nether_sakura_planks" + }, + "X": { + "item": "minecraft:honeycomb" + } + }, + "pattern": [ + "###", + "#X#", + "###" + ], + "result": { + "count": 8, + "id": "rounded:compat/betternether/treated_nether_sakura_planks" + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "betternether" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/recipe/compat/betternether/treated_rubeus_planks b/src/main/resources/data/rounded/recipe/compat/betternether/treated_rubeus_planks new file mode 100644 index 0000000..0fe267f --- /dev/null +++ b/src/main/resources/data/rounded/recipe/compat/betternether/treated_rubeus_planks @@ -0,0 +1,30 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "group": "rounded:treated_planks", + "key": { + "#": { + "item": "betternether:rubeus_planks" + }, + "X": { + "item": "minecraft:honeycomb" + } + }, + "pattern": [ + "###", + "#X#", + "###" + ], + "result": { + "count": 8, + "id": "rounded:compat/betternether/treated_rubeus_planks" + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "betternether" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/recipe/compat/betternether/treated_stalagnate_planks b/src/main/resources/data/rounded/recipe/compat/betternether/treated_stalagnate_planks new file mode 100644 index 0000000..d5bc94e --- /dev/null +++ b/src/main/resources/data/rounded/recipe/compat/betternether/treated_stalagnate_planks @@ -0,0 +1,30 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "group": "rounded:treated_planks", + "key": { + "#": { + "item": "betternether:stalagnate_planks" + }, + "X": { + "item": "minecraft:honeycomb" + } + }, + "pattern": [ + "###", + "#X#", + "###" + ], + "result": { + "count": 8, + "id": "rounded:compat/betternether/treated_stalagnate_planks" + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "betternether" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/recipe/compat/betternether/treated_wart_planks_planks b/src/main/resources/data/rounded/recipe/compat/betternether/treated_wart_planks_planks new file mode 100644 index 0000000..846a416 --- /dev/null +++ b/src/main/resources/data/rounded/recipe/compat/betternether/treated_wart_planks_planks @@ -0,0 +1,30 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "group": "rounded:treated_planks", + "key": { + "#": { + "item": "betternether:wart_planks_planks" + }, + "X": { + "item": "minecraft:honeycomb" + } + }, + "pattern": [ + "###", + "#X#", + "###" + ], + "result": { + "count": 8, + "id": "rounded:compat/betternether/treated_wart_planks_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_planks b/src/main/resources/data/rounded/recipe/compat/betternether/treated_willow_planks_planks new file mode 100644 index 0000000..b291dc8 --- /dev/null +++ b/src/main/resources/data/rounded/recipe/compat/betternether/treated_willow_planks_planks @@ -0,0 +1,30 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "group": "rounded:treated_planks", + "key": { + "#": { + "item": "betternether:willow_planks_planks" + }, + "X": { + "item": "minecraft:honeycomb" + } + }, + "pattern": [ + "###", + "#X#", + "###" + ], + "result": { + "count": 8, + "id": "rounded:compat/betternether/treated_willow_planks_planks" + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "betternether" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/recipe/compat/biomesoplenty/treated_dead_planks b/src/main/resources/data/rounded/recipe/compat/biomesoplenty/treated_dead_planks new file mode 100644 index 0000000..68a9e1f --- /dev/null +++ b/src/main/resources/data/rounded/recipe/compat/biomesoplenty/treated_dead_planks @@ -0,0 +1,30 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "group": "rounded:treated_planks", + "key": { + "#": { + "item": "biomesoplenty:dead_planks" + }, + "X": { + "item": "minecraft:honeycomb" + } + }, + "pattern": [ + "###", + "#X#", + "###" + ], + "result": { + "count": 8, + "id": "rounded:compat/biomesoplenty/treated_dead_planks" + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "biomesoplenty" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/recipe/compat/biomesoplenty/treated_empyreal_planks b/src/main/resources/data/rounded/recipe/compat/biomesoplenty/treated_empyreal_planks new file mode 100644 index 0000000..7353259 --- /dev/null +++ b/src/main/resources/data/rounded/recipe/compat/biomesoplenty/treated_empyreal_planks @@ -0,0 +1,30 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "group": "rounded:treated_planks", + "key": { + "#": { + "item": "biomesoplenty:empyreal_planks" + }, + "X": { + "item": "minecraft:honeycomb" + } + }, + "pattern": [ + "###", + "#X#", + "###" + ], + "result": { + "count": 8, + "id": "rounded:compat/biomesoplenty/treated_empyreal_planks" + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "biomesoplenty" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/recipe/compat/biomesoplenty/treated_fir_planks b/src/main/resources/data/rounded/recipe/compat/biomesoplenty/treated_fir_planks new file mode 100644 index 0000000..fdc573c --- /dev/null +++ b/src/main/resources/data/rounded/recipe/compat/biomesoplenty/treated_fir_planks @@ -0,0 +1,30 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "group": "rounded:treated_planks", + "key": { + "#": { + "item": "biomesoplenty:fir_planks" + }, + "X": { + "item": "minecraft:honeycomb" + } + }, + "pattern": [ + "###", + "#X#", + "###" + ], + "result": { + "count": 8, + "id": "rounded:compat/biomesoplenty/treated_fir_planks" + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "biomesoplenty" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/recipe/compat/biomesoplenty/treated_hellbark_planks b/src/main/resources/data/rounded/recipe/compat/biomesoplenty/treated_hellbark_planks new file mode 100644 index 0000000..654949f --- /dev/null +++ b/src/main/resources/data/rounded/recipe/compat/biomesoplenty/treated_hellbark_planks @@ -0,0 +1,30 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "group": "rounded:treated_planks", + "key": { + "#": { + "item": "biomesoplenty:hellbark_planks" + }, + "X": { + "item": "minecraft:honeycomb" + } + }, + "pattern": [ + "###", + "#X#", + "###" + ], + "result": { + "count": 8, + "id": "rounded:compat/biomesoplenty/treated_hellbark_planks" + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "biomesoplenty" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/recipe/compat/biomesoplenty/treated_jacaranda_planks b/src/main/resources/data/rounded/recipe/compat/biomesoplenty/treated_jacaranda_planks new file mode 100644 index 0000000..b4b030f --- /dev/null +++ b/src/main/resources/data/rounded/recipe/compat/biomesoplenty/treated_jacaranda_planks @@ -0,0 +1,30 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "group": "rounded:treated_planks", + "key": { + "#": { + "item": "biomesoplenty:jacaranda_planks" + }, + "X": { + "item": "minecraft:honeycomb" + } + }, + "pattern": [ + "###", + "#X#", + "###" + ], + "result": { + "count": 8, + "id": "rounded:compat/biomesoplenty/treated_jacaranda_planks" + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "biomesoplenty" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/recipe/compat/biomesoplenty/treated_magic_planks b/src/main/resources/data/rounded/recipe/compat/biomesoplenty/treated_magic_planks new file mode 100644 index 0000000..9341f7a --- /dev/null +++ b/src/main/resources/data/rounded/recipe/compat/biomesoplenty/treated_magic_planks @@ -0,0 +1,30 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "group": "rounded:treated_planks", + "key": { + "#": { + "item": "biomesoplenty:magic_planks" + }, + "X": { + "item": "minecraft:honeycomb" + } + }, + "pattern": [ + "###", + "#X#", + "###" + ], + "result": { + "count": 8, + "id": "rounded:compat/biomesoplenty/treated_magic_planks" + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "biomesoplenty" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/recipe/compat/biomesoplenty/treated_mahogany_planks b/src/main/resources/data/rounded/recipe/compat/biomesoplenty/treated_mahogany_planks new file mode 100644 index 0000000..6ecbcf5 --- /dev/null +++ b/src/main/resources/data/rounded/recipe/compat/biomesoplenty/treated_mahogany_planks @@ -0,0 +1,30 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "group": "rounded:treated_planks", + "key": { + "#": { + "item": "biomesoplenty:mahogany_planks" + }, + "X": { + "item": "minecraft:honeycomb" + } + }, + "pattern": [ + "###", + "#X#", + "###" + ], + "result": { + "count": 8, + "id": "rounded:compat/biomesoplenty/treated_mahogany_planks" + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "biomesoplenty" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/recipe/compat/biomesoplenty/treated_maple_planks b/src/main/resources/data/rounded/recipe/compat/biomesoplenty/treated_maple_planks new file mode 100644 index 0000000..bb3d081 --- /dev/null +++ b/src/main/resources/data/rounded/recipe/compat/biomesoplenty/treated_maple_planks @@ -0,0 +1,30 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "group": "rounded:treated_planks", + "key": { + "#": { + "item": "biomesoplenty:maple_planks" + }, + "X": { + "item": "minecraft:honeycomb" + } + }, + "pattern": [ + "###", + "#X#", + "###" + ], + "result": { + "count": 8, + "id": "rounded:compat/biomesoplenty/treated_maple_planks" + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "biomesoplenty" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/recipe/compat/biomesoplenty/treated_palm_planks b/src/main/resources/data/rounded/recipe/compat/biomesoplenty/treated_palm_planks new file mode 100644 index 0000000..bee2435 --- /dev/null +++ b/src/main/resources/data/rounded/recipe/compat/biomesoplenty/treated_palm_planks @@ -0,0 +1,30 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "group": "rounded:treated_planks", + "key": { + "#": { + "item": "biomesoplenty:palm_planks" + }, + "X": { + "item": "minecraft:honeycomb" + } + }, + "pattern": [ + "###", + "#X#", + "###" + ], + "result": { + "count": 8, + "id": "rounded:compat/biomesoplenty/treated_palm_planks" + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "biomesoplenty" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/recipe/compat/biomesoplenty/treated_pine_planks b/src/main/resources/data/rounded/recipe/compat/biomesoplenty/treated_pine_planks new file mode 100644 index 0000000..225c231 --- /dev/null +++ b/src/main/resources/data/rounded/recipe/compat/biomesoplenty/treated_pine_planks @@ -0,0 +1,30 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "group": "rounded:treated_planks", + "key": { + "#": { + "item": "biomesoplenty:pine_planks" + }, + "X": { + "item": "minecraft:honeycomb" + } + }, + "pattern": [ + "###", + "#X#", + "###" + ], + "result": { + "count": 8, + "id": "rounded:compat/biomesoplenty/treated_pine_planks" + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "biomesoplenty" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/recipe/compat/biomesoplenty/treated_redwood_planks b/src/main/resources/data/rounded/recipe/compat/biomesoplenty/treated_redwood_planks new file mode 100644 index 0000000..c071905 --- /dev/null +++ b/src/main/resources/data/rounded/recipe/compat/biomesoplenty/treated_redwood_planks @@ -0,0 +1,30 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "group": "rounded:treated_planks", + "key": { + "#": { + "item": "biomesoplenty:redwood_planks" + }, + "X": { + "item": "minecraft:honeycomb" + } + }, + "pattern": [ + "###", + "#X#", + "###" + ], + "result": { + "count": 8, + "id": "rounded:compat/biomesoplenty/treated_redwood_planks" + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "biomesoplenty" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/recipe/compat/biomesoplenty/treated_umbran_planks b/src/main/resources/data/rounded/recipe/compat/biomesoplenty/treated_umbran_planks new file mode 100644 index 0000000..34e8df1 --- /dev/null +++ b/src/main/resources/data/rounded/recipe/compat/biomesoplenty/treated_umbran_planks @@ -0,0 +1,30 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "group": "rounded:treated_planks", + "key": { + "#": { + "item": "biomesoplenty:umbran_planks" + }, + "X": { + "item": "minecraft:honeycomb" + } + }, + "pattern": [ + "###", + "#X#", + "###" + ], + "result": { + "count": 8, + "id": "rounded:compat/biomesoplenty/treated_umbran_planks" + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "biomesoplenty" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/recipe/compat/biomesoplenty/treated_willow_planks b/src/main/resources/data/rounded/recipe/compat/biomesoplenty/treated_willow_planks new file mode 100644 index 0000000..16f07fd --- /dev/null +++ b/src/main/resources/data/rounded/recipe/compat/biomesoplenty/treated_willow_planks @@ -0,0 +1,30 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "group": "rounded:treated_planks", + "key": { + "#": { + "item": "biomesoplenty:willow_planks" + }, + "X": { + "item": "minecraft:honeycomb" + } + }, + "pattern": [ + "###", + "#X#", + "###" + ], + "result": { + "count": 8, + "id": "rounded:compat/biomesoplenty/treated_willow_planks" + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "biomesoplenty" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/recipe/compat/cinderscapes/treated_scorched_planks b/src/main/resources/data/rounded/recipe/compat/cinderscapes/treated_scorched_planks new file mode 100644 index 0000000..e06adf0 --- /dev/null +++ b/src/main/resources/data/rounded/recipe/compat/cinderscapes/treated_scorched_planks @@ -0,0 +1,30 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "group": "rounded:treated_planks", + "key": { + "#": { + "item": "cinderscapes:scorched_planks" + }, + "X": { + "item": "minecraft:honeycomb" + } + }, + "pattern": [ + "###", + "#X#", + "###" + ], + "result": { + "count": 8, + "id": "rounded:compat/cinderscapes/treated_scorched_planks" + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "cinderscapes" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/recipe/compat/cinderscapes/treated_umbral_planks b/src/main/resources/data/rounded/recipe/compat/cinderscapes/treated_umbral_planks new file mode 100644 index 0000000..f190435 --- /dev/null +++ b/src/main/resources/data/rounded/recipe/compat/cinderscapes/treated_umbral_planks @@ -0,0 +1,30 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "group": "rounded:treated_planks", + "key": { + "#": { + "item": "cinderscapes:umbral_planks" + }, + "X": { + "item": "minecraft:honeycomb" + } + }, + "pattern": [ + "###", + "#X#", + "###" + ], + "result": { + "count": 8, + "id": "rounded:compat/cinderscapes/treated_umbral_planks" + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "cinderscapes" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/recipe/compat/terrestria/treated_cypress_planks b/src/main/resources/data/rounded/recipe/compat/terrestria/treated_cypress_planks new file mode 100644 index 0000000..156dbd0 --- /dev/null +++ b/src/main/resources/data/rounded/recipe/compat/terrestria/treated_cypress_planks @@ -0,0 +1,30 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "group": "rounded:treated_planks", + "key": { + "#": { + "item": "terrestria:cypress_planks" + }, + "X": { + "item": "minecraft:honeycomb" + } + }, + "pattern": [ + "###", + "#X#", + "###" + ], + "result": { + "count": 8, + "id": "rounded:compat/terrestria/treated_cypress_planks" + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "terrestria" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/recipe/compat/terrestria/treated_hemlock_planks b/src/main/resources/data/rounded/recipe/compat/terrestria/treated_hemlock_planks new file mode 100644 index 0000000..e83beb6 --- /dev/null +++ b/src/main/resources/data/rounded/recipe/compat/terrestria/treated_hemlock_planks @@ -0,0 +1,30 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "group": "rounded:treated_planks", + "key": { + "#": { + "item": "terrestria:hemlock_planks" + }, + "X": { + "item": "minecraft:honeycomb" + } + }, + "pattern": [ + "###", + "#X#", + "###" + ], + "result": { + "count": 8, + "id": "rounded:compat/terrestria/treated_hemlock_planks" + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "terrestria" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/recipe/compat/terrestria/treated_japanese_maple_planks b/src/main/resources/data/rounded/recipe/compat/terrestria/treated_japanese_maple_planks new file mode 100644 index 0000000..cac10e7 --- /dev/null +++ b/src/main/resources/data/rounded/recipe/compat/terrestria/treated_japanese_maple_planks @@ -0,0 +1,30 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "group": "rounded:treated_planks", + "key": { + "#": { + "item": "terrestria:japanese_maple_planks" + }, + "X": { + "item": "minecraft:honeycomb" + } + }, + "pattern": [ + "###", + "#X#", + "###" + ], + "result": { + "count": 8, + "id": "rounded:compat/terrestria/treated_japanese_maple_planks" + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "terrestria" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/recipe/compat/terrestria/treated_rainbow_eucalyptus_planks b/src/main/resources/data/rounded/recipe/compat/terrestria/treated_rainbow_eucalyptus_planks new file mode 100644 index 0000000..24af085 --- /dev/null +++ b/src/main/resources/data/rounded/recipe/compat/terrestria/treated_rainbow_eucalyptus_planks @@ -0,0 +1,30 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "group": "rounded:treated_planks", + "key": { + "#": { + "item": "terrestria:rainbow_eucalyptus_planks" + }, + "X": { + "item": "minecraft:honeycomb" + } + }, + "pattern": [ + "###", + "#X#", + "###" + ], + "result": { + "count": 8, + "id": "rounded:compat/terrestria/treated_rainbow_eucalyptus_planks" + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "terrestria" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/recipe/compat/terrestria/treated_redwood_planks b/src/main/resources/data/rounded/recipe/compat/terrestria/treated_redwood_planks new file mode 100644 index 0000000..f8387d0 --- /dev/null +++ b/src/main/resources/data/rounded/recipe/compat/terrestria/treated_redwood_planks @@ -0,0 +1,30 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "group": "rounded:treated_planks", + "key": { + "#": { + "item": "terrestria:redwood_planks" + }, + "X": { + "item": "minecraft:honeycomb" + } + }, + "pattern": [ + "###", + "#X#", + "###" + ], + "result": { + "count": 8, + "id": "rounded:compat/terrestria/treated_redwood_planks" + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "terrestria" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/recipe/compat/terrestria/treated_rubber_planks b/src/main/resources/data/rounded/recipe/compat/terrestria/treated_rubber_planks new file mode 100644 index 0000000..50f1467 --- /dev/null +++ b/src/main/resources/data/rounded/recipe/compat/terrestria/treated_rubber_planks @@ -0,0 +1,30 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "group": "rounded:treated_planks", + "key": { + "#": { + "item": "terrestria:rubber_planks" + }, + "X": { + "item": "minecraft:honeycomb" + } + }, + "pattern": [ + "###", + "#X#", + "###" + ], + "result": { + "count": 8, + "id": "rounded:compat/terrestria/treated_rubber_planks" + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "terrestria" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/recipe/compat/terrestria/treated_sakura_planks b/src/main/resources/data/rounded/recipe/compat/terrestria/treated_sakura_planks new file mode 100644 index 0000000..cf4cf3d --- /dev/null +++ b/src/main/resources/data/rounded/recipe/compat/terrestria/treated_sakura_planks @@ -0,0 +1,30 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "group": "rounded:treated_planks", + "key": { + "#": { + "item": "terrestria:sakura_planks" + }, + "X": { + "item": "minecraft:honeycomb" + } + }, + "pattern": [ + "###", + "#X#", + "###" + ], + "result": { + "count": 8, + "id": "rounded:compat/terrestria/treated_sakura_planks" + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "terrestria" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/recipe/compat/terrestria/treated_willow_planks b/src/main/resources/data/rounded/recipe/compat/terrestria/treated_willow_planks new file mode 100644 index 0000000..802c253 --- /dev/null +++ b/src/main/resources/data/rounded/recipe/compat/terrestria/treated_willow_planks @@ -0,0 +1,30 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "group": "rounded:treated_planks", + "key": { + "#": { + "item": "terrestria:willow_planks" + }, + "X": { + "item": "minecraft:honeycomb" + } + }, + "pattern": [ + "###", + "#X#", + "###" + ], + "result": { + "count": 8, + "id": "rounded:compat/terrestria/treated_willow_planks" + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "terrestria" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/recipe/compat/terrestria/treated_yucca_planks b/src/main/resources/data/rounded/recipe/compat/terrestria/treated_yucca_planks new file mode 100644 index 0000000..146714f --- /dev/null +++ b/src/main/resources/data/rounded/recipe/compat/terrestria/treated_yucca_planks @@ -0,0 +1,30 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "group": "rounded:treated_planks", + "key": { + "#": { + "item": "terrestria:yucca_planks" + }, + "X": { + "item": "minecraft:honeycomb" + } + }, + "pattern": [ + "###", + "#X#", + "###" + ], + "result": { + "count": 8, + "id": "rounded:compat/terrestria/treated_yucca_planks" + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "terrestria" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/recipe/compat/traverse/treated_fir_planks b/src/main/resources/data/rounded/recipe/compat/traverse/treated_fir_planks new file mode 100644 index 0000000..9ce122a --- /dev/null +++ b/src/main/resources/data/rounded/recipe/compat/traverse/treated_fir_planks @@ -0,0 +1,30 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "group": "rounded:treated_planks", + "key": { + "#": { + "item": "traverse:fir_planks" + }, + "X": { + "item": "minecraft:honeycomb" + } + }, + "pattern": [ + "###", + "#X#", + "###" + ], + "result": { + "count": 8, + "id": "rounded:compat/traverse/treated_fir_planks" + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "traverse" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/recipe/compat/wilderwild/treated_baobab_planks b/src/main/resources/data/rounded/recipe/compat/wilderwild/treated_baobab_planks new file mode 100644 index 0000000..1cef274 --- /dev/null +++ b/src/main/resources/data/rounded/recipe/compat/wilderwild/treated_baobab_planks @@ -0,0 +1,30 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "group": "rounded:treated_planks", + "key": { + "#": { + "item": "wilderwild:baobab_planks" + }, + "X": { + "item": "minecraft:honeycomb" + } + }, + "pattern": [ + "###", + "#X#", + "###" + ], + "result": { + "count": 8, + "id": "rounded:compat/wilderwild/treated_baobab_planks" + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "wilderwild" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/recipe/compat/wilderwild/treated_cypress_planks b/src/main/resources/data/rounded/recipe/compat/wilderwild/treated_cypress_planks new file mode 100644 index 0000000..3c69d66 --- /dev/null +++ b/src/main/resources/data/rounded/recipe/compat/wilderwild/treated_cypress_planks @@ -0,0 +1,30 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "group": "rounded:treated_planks", + "key": { + "#": { + "item": "wilderwild:cypress_planks" + }, + "X": { + "item": "minecraft:honeycomb" + } + }, + "pattern": [ + "###", + "#X#", + "###" + ], + "result": { + "count": 8, + "id": "rounded:compat/wilderwild/treated_cypress_planks" + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "wilderwild" + ] + } + ] +} diff --git a/src/main/resources/data/rounded/recipe/compat/wilderwild/treated_palm_planks b/src/main/resources/data/rounded/recipe/compat/wilderwild/treated_palm_planks new file mode 100644 index 0000000..d178c49 --- /dev/null +++ b/src/main/resources/data/rounded/recipe/compat/wilderwild/treated_palm_planks @@ -0,0 +1,30 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "building", + "group": "rounded:treated_planks", + "key": { + "#": { + "item": "wilderwild:palm_planks" + }, + "X": { + "item": "minecraft:honeycomb" + } + }, + "pattern": [ + "###", + "#X#", + "###" + ], + "result": { + "count": 8, + "id": "rounded:compat/wilderwild/treated_palm_planks" + }, + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "wilderwild" + ] + } + ] +} 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 6ae9d89..f259f2b 100644 --- a/src/main/resources/data/rounded/tags/item/treated_planks.json +++ b/src/main/resources/data/rounded/tags/item/treated_planks.json @@ -15,6 +15,194 @@ { "required": false, "id": "rounded:compat/treated_hevea_brasiliensis_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_planks" + }, + { + "required": false, + "id": "rounded:compat/betternether/treated_willow_planks_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_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" } ] }